Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #374277

    by default there is a boarder between the logo/navigation area and the top social bar/secondary menu, how can I remove it?
    I can change the color of the border to match the background but it is still visible on pages with a Transparent Header like this sample page http://62d.14e.myftpupload.com/transparent-header/

    I already removed the main header borders with this code, but would also like to remove the top bar boarders
    #header_main {
    border-bottom: none; border-top: none;
    }

    Thanks
    Jon

    #374282

    I added this code to remove the line between the social icons,
    #top .av_header_transparency #header_meta li { border: none !important; }

    but still can’t remove the one between the top bar and main navigation/logo area

    #374496

    Hi!
    you can remove it using this code:

    #top .av_header_transparency #header_meta {
    border-bottom: 0;
    }
    

    Please have in mind that you already asked for lots of help in this forum. For any future customizations we kindly ask you to use werkpress.com or envato.com.
    However if you experience any issues with on of our themes, then we are happy to assist you.

    Best regards,
    Andy

    #374524

    Andy,
    thanks that worked perfect.
    I think I am all set for the most part now outside of 1-2 feature requests I’ll probably submit.

    I have about 100 websites I’m looking at switching over to your themes; is there any amount of license purchases that would include more forum support?

    Thanks again.

    #374616

    Hi!

    A single license purchase already entitles you use the support forum but is limited to basic aesthetic modification on the theme, installation, bug fixes and any theme related issues. We cant help with installation of WordPress itself, 3rd party plugins that were not part of the theme package or heavy theme customization.

    Best regards,
    Ismael

    #481683

    I dident find any solution to completly remove all of the borders in the logo section, those between all the sites

    #482157

    Hey!

    Please go to Enfold theme options > Header and choose to display Minimal for header style

    Regards,
    Yigit

    #518502

    Thanks guys, with the new header options in Enfold my original question now takes care of itself with no CSS needed.
    Thanks again

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove seconday header borders’ is closed to new replies.