Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #180037

    Is there a way that we can make the text that shows users where they are on the site a black and or change their size?

    #180276

    Hey jdthedj!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .title_container .breadcrumb { font-size: 15px; color: red!important; }

    Cheers!
    Yigit

    #180335

    I see where it changed on the right but not on the left side

    #180337

    Also whats the code to adjust the menu font size

    #180380

    Hi!

    Please add following code to Quick CSS as well to increase main menu font size

    .main_menu ul:first-child > li > a { font-size: 16px; }

    and for breadcrumb non-active elements

    .alternate_color .breadcrumb a { color: red; }

    Regards,
    Yigit

    #180794

    i also need to be able to change the color and sizeof the page title

    #180798

    Hi!

    Please add following code as well

    .title_container .main-title { font-size: 18px; }
    .title_container .main-title a { color: red; }

    Best regards,
    Yigit

    #182222

    How do I change the menu font color?

    #182317

    Hey!

    You can use this:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }
    
    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue;
    }

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header/Site Map Font Color and size’ is closed to new replies.