Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #300534

    While 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 Team

    When 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.

    #300613

    Hey!

    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,
    Yigit

    #301000

    Thanks 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.
    #301036

    Hi Alvin!

    Sure, please add following code to Quick CSS as well

    #top .title_container * {
    color: white;
    }

    Regards,
    Yigit

    #301067

    Thanks 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
    #301069
    This reply has been marked as private.
    #301071

    Hey!

    Please add following code to Quick CSS as well and flush browser cache

    #top .alternate_color.title_container .main-title a {
    color: black;
    }

    Cheers!
    Yigit

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