Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285957

    Hi all, I’m using a background image for the main content and then a color section. The problem is that the color section doe snot display the color in the front end.

    Any ideas on how to solve this?

    Thanks in advance.

    Jorge.

    #285981

    Hi Jorge!

    The background color is taking effect: http://screencast.com/t/r43x69S9kxgW

    I guess what you want is to make the background color to override the background image, try adding this code to the Quick CSS:

    #av_section_1 {
        background: black !important;
    }

    Regards,
    Josue

    #286256

    Hi Josue, thanks for the tip. Now, what do I need to change in order to get the titles in white?

    #286378

    Hi!

    Add this too:

    #av_section_1 h3, #av_section_1 div{
        color: white;
    }
    

    I suggest setting a unique ID to that color section so it won’t affect other sections in the site (you’d need to update the Quick CSS codes too).

    Best regards,
    Josue

    #286429

    Thank you.

    #286430

    You are welcome, always glad to help :)

    Regards,
    Josue

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