Theme Style Settings Not Updating

Home Forums Jevelin Theme Theme Style Settings Not Updating

Home Forums Jevelin Theme Theme Style Settings Not Updating

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • freddie
    Participant

    Hey

     

    I’ve updated my colours in the style settings on my new site but they don’t seem to be updating on the frontend. The attached is a screenshot of the colours selected but all links are still in the default colours.

     

    https://decorblueprint.com/blog/ < still the default blue

     

    Not sure if I’ve missed something. I’ve cleared the cache on my site (both on-site and locally).

     

    Thanks

    Freddie

    Attachments:
    You must be logged in to view attached files.

    Hi Freddie,

     

    I hope you are well today and thank you for your question.

     

    Not sure why it is not working on your site but you can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    article a {
        color: #ca9e78 !important;
    }
    
    article a:hover {
        color: #c79061 !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)