Tagged: background color, breadcrumb, title
-
AuthorPosts
-
August 6, 2014 at 7:12 am #300530
Could someone kindly provide the code to change background colour of the area holding the title & breadcrumb?
Would also appreciate if you could provide the code for the border just in case.Thanks!
August 6, 2014 at 7:33 am #300534While we are at this area, is it possible to reflect the “child” page in the title even though the parent page is selected?
Say:
1. About Us
1.1. Our TeamWhen you select “About Us”, you’ll also be able to see “Our Team” in the title (clickable) to tell visitors that there is such a page?
Please advise.
August 6, 2014 at 12:38 pm #300613Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { background: orange; border-color: red!important; }
If you mean in the breadcrumb, no, but you can use side nav – http://kriesi.at/themes/enfold/pages/contact/
to enable it, please go to Enfold theme options > Sidebar Layout and check “Page Sidebar navigation”Regards,
YigitAugust 7, 2014 at 10:26 am #301000Thanks for your help!
Could you also provide the code to change the title and breadcrumb color?
Best Regards,
Alvin- This reply was modified 10 years, 4 months ago by ethanalvin.
August 7, 2014 at 11:44 am #301036Hi Alvin!
Sure, please add following code to Quick CSS as well
#top .title_container * { color: white; }
Regards,
YigitAugust 7, 2014 at 12:32 pm #301067Thanks Yigit!
Pardon me as I’m not well-versed in programming.
Is this correct? I do see the appropriate changes, but not a change in the color for the Title (only the breadcrumbs).
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
background: #FFCB06;
}
#top .title_container * {
color: black;
}- This reply was modified 10 years, 4 months ago by ethanalvin. Reason: did not include info
August 7, 2014 at 12:33 pm #301069This reply has been marked as private.August 7, 2014 at 12:36 pm #301071 -
AuthorPosts
- You must be logged in to reply to this topic.