Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #310058

    Hi,

    I’m trying to change (what I think is called the container) color of the background behind the the content elements, because when I use a background image you can’t read the text.

    I’m currently using the color section with an image background. I’m not sure how to change the background color of the content elements themselves.

    I would like to see what both white and also an opaque (slightly see through) color looks like.

    Thanks!

    • This topic was modified 10 years, 2 months ago by sadephoi. Reason: privacy
    #310247

    Hey!

    Try adding the following codes to the Quick CSS (General Styling):

    White:

    #av_section_2 .container {
        padding: 20px;
        background: white;
    }

    Opaque:

    #av_section_2 .container {
        padding: 20px;
        background: rgba(255, 255, 255, 0.8);
    }

    Cheers! 
    Josue

    #310625

    That worked great! I’d like to create a default page template to apply to every page I created. This way i won’t have to create the color section, add the image, and then try to apply this same css hack for the opaque background behind the text. What code would I use to make this work on regular pages?

    I’m new to your theme (coming over from woo themes), so I’m working my way through the documentation and tutorials.

    If you could help me speed up my learning curve in accomplishing the above I would greatly appreciate it!

    #310653

    Hi!

    You can save ALB Templates using this tool:
    http://screencast.com/t/sgUJPMWBjShc

    Regards,
    Josue

    #311114

    Thank you! Loving this theme. Great job. Once I get the hang of it I won’t be posting so many questions here.

    I can’t figure out what is causing the large white block, including the pages list/links below the other elements.

    I tried several different things, but I can’t see what is controlling that section of the page.

    • This reply was modified 10 years, 2 months ago by sadephoi.
    #312064

    Hi!

    Try disabling the Sidebar setting for that page.

    Cheers!
    Josue

    #312494

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘container background color’ is closed to new replies.