h1 ul backgroung color change

  • Posted in : cvCard WP
  • akorkmaz340
    Participant

    hi. ailecocukterapi.com is my site. i want to change h1 ul background to white color. how can i do that. thank you

    serkan
    Moderator

    Hi,
    What do you mean by h1 ul background? Could you please explain it to me? Which part of the website?
    Thanks

    akorkmaz340
    Participant

    mm. you know, about me portfolio resume line.

    serkan
    Moderator

    Hi, if you would like to change the background color of the header, you can use this custom css code;

    .header { background-color: #fff; }

    If you want to change the navigation menu item background, you can try to use this custom css code;

    .vs-triplelayout .vs-nav { background-color: #fff; }

    Thanks

    krturner68
    Participant

    How do I change the font size of the header title and sub-title without affecting the menu font size. I’d like the header title to be the same size as the menu and the sub-title font size slightly smaller than the menu.

    serkan
    Moderator

    Hi,
    You can use these custom css codes;

    .section-title:first-child span { font-size: 2.1em; }
    .section-title:not(:first-child) span { font-size: 1.2em; }

    Thanks

    krturner68
    Participant

    That didn’t seem to do anything.

    serkan
    Moderator

    Hi @krturner68
    Could you provide me your related url, please?
    Thanks

    krturner68
    Participant

    The URL is: http://krturner.com

    Thanks for the help.

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .header h1 { font-size: 2.2em; }
    .header p { font-size: 1.1em; }

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register