Hi there, is it possible to change the heading and the breadcrumb navigation banckgroundcolor without changing the main area background color?
Heading and breadcrumb navigation banckgroundcolor
5 posts from 2 voices-
Posted 9 months ago #
-
Hello,
Try this on your custom.css
.stretch_full.container_wrap.slideshow_color.light_bg_color.title_container { background: red; }Regards,
IsmaelPosted 9 months ago # -
It only changes the color of the portfolio entries title container, but it doesn't work with posts and pages.
Posted 9 months ago # -
I think the problem is with the title container area added with the template builder. They are always white. Is it possible to change it?
Posted 9 months ago # -
Hi jvgamir,
Try to use this code instead:
.title_container { background: red; }or this code (use this if the above code doesn't work):
.title_container { background: red !important; }Hope this helps.
Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














