Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #722725

    Hi there,

    Can you help me with the background of the blog overview page? I would very much like to have different backgrounds for each blog.

    I have made a small video to explain what I mean….

    Hope you can help me :-)

    Have a nice weekend!

    Maaike

    #722730

    Hey MaaikeVVV,

    Thank you for making the video it was very helpful :)
    For alternate background on the post entries please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .blog article.post-entry:nth-child(odd) {
        background:gold;
    }
    .blog article.post-entry:nth-child(even) {
        background:#ddd;
    }
    

    Best regards,
    Vinay

    • This reply was modified 7 years, 11 months ago by Vinay.
    #723095

    Super Vinay!!

    This works :-))

    Is there a way to make the different background color as wide as whole page?

    #724211

    Hi,

    try this code:

    article.post-entry {
    width: 117%;
    left: -8%;
    }

    and adjust if needed.

    Best regards,
    Andy

    #724214

    Hi Andy,

    Thank you for your effort!

    I guess my question wasn’t really clear… I tried explaining it in a new screencast.

    Hope you can help me!

    Have a nice day :-)

    Maaike

    #724487

    Hi,

    I wish every customer would make such a nice video here in the forum. It would make things so much easier.

    Unfortunately we can’t help you with this kind of customization. The background can have one color only. You can change it’s color with this code:

    .container_wrap.container_wrap_first.main_color.fullsize.av-blog-meta-html-info-disabled {
    background-color: red;
    }

    Best regards,
    Andy

    #724568

    Great! For me it’s also far more easy to put my question in a screencast.

    Too bad for me… I’ll have to think of another way to have display the blogs.

    But thanks anyway for your help!

    Have a nice evening!

    Maaike.

    #724601

    Hi!

    Thanks a lot for updating us!
    Let us know if we can do anything else for you, by creating a new ticket!

    Thank you!

    Cheers!
    Basilis

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