Tagged: background, Blog, enfold
-
AuthorPosts
-
December 10, 2016 at 6:06 pm #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
December 10, 2016 at 7:22 pm #722730Hey 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.
December 12, 2016 at 1:37 pm #723095Super Vinay!!
This works :-))
Is there a way to make the different background color as wide as whole page?
December 14, 2016 at 11:14 am #724211Hi,
try this code:
article.post-entry { width: 117%; left: -8%; }
and adjust if needed.
Best regards,
AndyDecember 14, 2016 at 11:33 am #724214Hi 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
December 14, 2016 at 7:55 pm #724487Hi,
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,
AndyDecember 14, 2016 at 9:42 pm #724568Great! 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.
December 14, 2016 at 10:27 pm #724601Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.