New Landing How can we help? Themeforest Theme Support Neighborhood How can I change the text size in the header?

Viewing 15 posts - 1 through 15 (of 31 total)
  • #274137
    janheege
    Member
    Post count: 148

    Dear Support,

    How can I change the text size in the header?

    See at the words “Willkommen blackwood-watches” “Ausloggen” “Mein Konto” . I would like to make them bigger.

    Thank you in advance!

    Best regards, Jan

    Attachments:
    You must be logged in to view attached files.
    #274144
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    
    #header-section .header-menu .menu > li {
      font-size: 10px;
    }

    – Kyle

    #274264
    janheege
    Member
    Post count: 148

    Dear Kyle,

    Thank you for helping me!

    I don’t want to change the text size from the words “Shop, Unsere Geschichte, Sprache/Language”. I want to change the text size from the words above the main menu. The words “Willkommen, Ausloggen, Mein Konto”

    Thank you in advance!

    Best regards, Jan

    #274268
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What’s your link?

    – Kyle

    #274271
    janheege
    Member
    Post count: 148
    #274274
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The CSS I gave you was correct, it does not edit the menu size

    – Kyle

    #274291
    janheege
    Member
    Post count: 148

    Dear Kyle,

    I think you don’t understand my problem.. I apologize for the unaccurate explanation.

    I want to change those words in the red area. See it below.. I hope you know what I mean.

    Please check my css code.. maybe I did something wrong. You can see it below, too..

    Best regards, Jan

    Attachments:
    You must be logged in to view attached files.
    #274294
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s not there in your custom css:

    http://d.pr/i/nbre/12jBXfK5

    – Kyle

    #274302
    janheege
    Member
    Post count: 148

    Dear Kyle,

    Please, tell me detailed which css code I have to copy into custom css field.

    Do you understand what I want to change?

    Best regards, Jan

    #274303
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The css I gave you is for the bit highlighted in your screenshot:

    #header-section .header-menu .menu > li {
      font-size: 10px;
    }

    Please move it to the top of your custom css as you have some broken css

    – Kyle

    #274306
    janheege
    Member
    Post count: 148

    Dear Kyle,

    Thanks a lot! You found the problem. It works perfect!

    Could you give me a second css code for the main menu, please? I want to change the text size, too.

    Best regards, Jan

    #274308
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great

    nav .menu li {
      font-size: 16px;
    }

    – Kyle

    #276119
    janheege
    Member
    Post count: 148

    Dear Kyle,

    I have a second thing I would like to change. How can I move those words above the red arrows a bit down?

    Do you can send me any css-code?

    Best regards, Jan

    Attachments:
    You must be logged in to view attached files.
    #276125
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try add this to your custom css:

    .header-left, .header-right {
      margin-top: 100px;
    }

    – Kyle

    #276140
    janheege
    Member
    Post count: 148

    Dear Kyle,

    Thanks it works, but there is a little mistake in my css-code.. I think.

    Here my complete css-code:

    #header-section .header-menu .menu > li {
    font-size: 14px;
    }
    nav .menu li {
    font-size: 15px;
    }
    .header-left, .header-right {
    margin-top: 80px;
    }
    nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {
    color: #d4af37 !important;
    .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message {
    background: #C1FFC1 !important;
    }
    .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message

    #order_review{
    display:none !important;
    }

    Best regards, Jan

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 31 total)

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

License required for one of the following items
Login and Registration Log in · Register