Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #573902

    http://www.workoffices.com.br

    The social icons in my header can t be seen because they are black. When hover state they appear but i wat them to appear all the time.

    #573908

    Hey marcelhochman!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-logo-container .social_bookmarks li a {
        color: white;
    }

    Cheers!
    Yigit

    #574782

    Thank you. Another question.

    What code should I place to work with no logo?

    #575082

    Hi!

    As i understand you like to place social icons outside header and want it to look white correct ?

    Please use the below code.

    
    .social_bookmarks li a {
        color: white!important;
    }
    

    If this is not what you want please point us to a link after you place the icons so we can help you better.

    Cheers!
    Vinay

    #575979

    Thank you this code works perfectly. Now I need to do another thing. I do not want to use any logo in my website. If I do not place any logo I still see he website name written on the left side of the screen. How can i do to see nothing there?

    #576078

    Hi!

    Please add following code to Quick CSS as well

    .logo, .responsive .logo { display: none !important; }

    Cheers!
    Yigit

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