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

    please refer to the following link in private content

    can we customize the background color to black via CSS?
    and customized the content to white

    refer to the picture link for details
    I mean each page here, not only recommended products

    • This topic was modified 8 years, 11 months ago by paulchiao.
    #555502

    Hey paulchiao!

    Add this to your custom CSS.

    aside .current_page_item {
        background: black !important;
    }
    aside .current_page_item a {
        color: white !important;
    }
    

    Cheers!
    Elliott

    #555559

    thanks

    #555749

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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