Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #372975

    I have been trying to customize the header and top bar to look like this Enfold website I found, http://konkapot.com, but am struggling.
    I imported the default demo to see if it would help and it has not. My temp website can be found here http://62d.14e.myftpupload.com/
    In short I can find way to customize the size of the Top Bar font, add a button or widget to the Top Bar, or change the size of the social icons in the Top Bar.

    Am I just missing some thing in the general settings?
    Thanks
    Jon

    #373070

    Hey Jon!

    Please go to Enfold theme options > Header > Extra elements and choose to display Social icons and “Header Phone Number/Extra Info” on the top bar on the right side.

    Cheers!
    Yigit

    #373296

    Thanks, I was able to add html into the value to make the text larger and change the color.
    <h3>715-379-4491 </h3>
    test pages can be found here http://62d.14e.myftpupload.com/

    Is it possible to add a widget to the header or top bar? I saw this website has a button centered on the middle of their top bar, http://konkapot.com.

    Would also like to be able to make my social icons larger like theirs and change the default color of them.
    Thanks

    #373380

    Hi!

    Yes, it is possible to add widgets on the top bar but it will require modification on the theme. Add the button using html codes on the phone info fields then use this to enlarge the social icons:

    #top .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 25px;
    }
    
    #top .social_bookmarks li {
    width: 50px;
    }

    Cheers!
    Ismael

    #940004

    I have kinda the same issue, however adjusting the min-height and font-size does work if i use unstick feature for the topbar. a part of the topbar then sticks out. any suggestions on what to do if I use the unstick top header feature?

    Regards Gavin

    #940370

    Hi Diezel23,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #941598

    @richard please see link

    #942289

    Hi,

    I loaded the site and it seems fine – have you fixed it?

    Best regards,
    Basilis

    #942572

    there is nothing wrong with my site, the question is i need to make the top bar larger with a larger font size but because it is “unstick” you cannot simply change the min-height and font size as this will create a green border sticking out when you scroll.

    #942855

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header_meta * {
        font-size: 14px;
    }
    .av_header_transparency #header_meta .container {
        min-height: 40px;
        padding-top: 5px!important;
    }
    

    Best regards,
    Yigit

    #943156

    Thanx Yigit!!!! Prefect :)

    #943455

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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