Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1170217

    Hi,

    i mage a colour section above the socket. How can i change bulletpoints to white in only that colour section?

    kind regards Jak

    • This topic was modified 4 years, 10 months ago by Jak73.
    #1170326

    Hey Jak73,

    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

    
    #av_section_1 .avia_textblock li {
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1170329

    Hey Jak73,
    Thanks for the link, the best approach would be to add a custom ID to the color section in the developer tab, perhaps like “bottom-section” and then use this css:

    #bottom-section .entry-content-wrapper div li {
        color: #fff !important; 
    }
    

    otherwise, you can use this css right now:

    #av_section_1.avia-builder-el-6 .entry-content-wrapper div li {
    color: #fff !important;
    }
    

    Best regards,
    Mike

    #1170333

    Thanks a lot, works well!
    kind regards Jak

    #1170340

    Hi Jak73,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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