Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #824850

    Is there any way to increase the size of the Social icons in the Top Header? Also, can the search icon or box appear in the top header, somehow?

    #824876

    Hey Michael,

    For the social icon size, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header .social_bookmarks a {
        font-size: 18px;
    }

    Just adjust the font size value.

    As for the search icon, try adding this in Quick CSS:

    #header_main {
        z-index: 10;
    }
    
    #top #menu-item-search a {
        height: 40px !important;
        line-height: 40px !important;
    }
    
    #top #menu-item-search {
        top: -35px;
        right: 90px;
    }

    Just adjust the top and right values as you see fit. Hope this helps :)

    Best regards,
    Nikko

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