Okay
  Public Ticket #3776660
Blog Category Text Colour
Open

Comments

  •  13
    seth_matisak started the conversation

    Hi,

    I can't for the life of me find where to change the font colour of the category badges. Right now I have orange badges with white text but I'm trying to change the badge colour text to the site's dark green. 

    Any thoughts?


    Many thanks

  •  1,918
    Judith replied

    Hi Seth,

    Thanks for writing to us.

    You can change the color from here 

    6447310027.png

    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  •  13
    seth_matisak replied

    Hi Judith,

    Thanks for the reply. I did find that which changes the background colour of the category badges. I'm looking to change the font colour of those badges. 

    Anyway to do that?

    Cheers!

  •  3,001
    Andrew replied

    Hi Seth,

    Thank you for getting back to us.

    Could you let us know what color you want to change the text to so we can look into this and advise?

    We look forward to your reply.

    Thanks,

  •  13
    seth_matisak replied

    Ideally 0c1c16 please. 

  •  3,001
    Andrew replied

    Hi Seth,

    Thanks for getting back to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (min-width: 1px) {
        #ajax-content-wrap [data-style="content_under_image"] [data-columns="4"].layout-mixed > div .content .style-button, 
        body [data-style="content_under_image"] [data-columns="4"].layout-mixed > div .content .style-button {
            color: #0c1c16;
        }
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Regards,

  •  13
    seth_matisak replied

    Amazing!! That's worked! Thanks so much. Looks ace.