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

    Hi guys!

    I’d like to change the color of the ampersand on the homepage of my website…how do I do this?

    #1121589

    Hey Courtney,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-builder-el-4 h3 .special_amp {
        color: #a68c78;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1121919

    Yay! It worked :)

    Can we do the same thing on one more page (see private section)

    #1122353

    Hi Courtney,

    Please use this code instead:

    
    #top .avia-builder-el-4 h3 .special_amp,
    #top.page-id-11855 .custom-color-heading .special_amp {
        color: #a68c78;
    }
    

    Best regards,
    Victoria

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