Resolvedincrease the size of the upper header elements

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23125
    nadavbf1
    Participant

    can i increase the sizes of the followings?
    * the icons on the left side (profile, cart, wishlist, search)?
    * the social media icons on the upper header?
    * the text on the upper header?

    #23152
    Althemist
    Keymaster

    Hello nadavbf1,

    All this can be edited with CSS only.

    Regards,
    Dimitar

    #23163
    nadavbf1
    Participant

    can you please share a css to do so without damaging your theme?

    thanks

    #23201
    Althemist
    Keymaster

    Here it is:

    Header icons (cart, wishlist, account, search, off-canvas bar):

    .rigid-wishlist-counter i, #rigid-account-holder i, #cart-module a.cart-contents::before, .rigid-search-cart-holder .rigid-search-trigger > a {
        font-size: 18px !important;
    }

    Header social icons:

    #header .rigid-social ul li a {
        font-size: 18px !important;
    }

    Links in top header bar:

    ul#topnav2 > li a {
        font-size: 12px;
    }

    Text in top header bar:

    #header_top .rigid-top-bar-message {
        font-size: 12px;
    }

    Hope this helps.

    #23207
    nadavbf1
    Participant

    amazing !
    thanks!

Viewing 5 posts - 1 through 5 (of 5 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