2 quick styles questions - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro 2 quick styles questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6960

    Any way that I can make the Archives widget list only the last 12 months?

    Also, is there any custom code I could use to change the colors of the Next/Previous buttons in the Featured Slider?

    Any help is appreciated.

    #6963
    acmesupports
    Moderator

    You will find all the options to manage the theme on Appearance – Customize.
    1. Archive widget is WordPress default, so that it need to customize it.
    2. Which color you want to add there? Let us know, we will provide Custom CSS.
    Thank you

    #6966

    Could we do a black background with white arrows? Thanks for your help and time!

    #6986
    acmesupports
    Moderator

    Please add the CSS codes on Appearance > Customize > Layout Options > custom Css

    .slider-section .bx-controls-direction a {
        background: #000;
    }
    
    .slider-section .bx-controls-direction a i.fa.fa-angle-left {
        color: #fff;
    }
    
    .slider-section .bx-controls-direction a i.fa.fa-angle-right {
        color: #fff;
    }

    Thank You

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.