Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148958
    pixeld
    Participant

    Hi,

    im testing out your Theme. But i have 2 Problems right now:

    Page:
    https://www.dageorgio.de

    1.) Can i change the Color of the social Icons from Grey to white ?

    I can’t hide the search box.

    I use the css from here:

    .sidebar-header-right {
    	display: none;
    }

    Hopw you can help me.

    Thanks Dennis!

    #148967
    Skandha
    Participant

    @pixeld: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change color of social icons */

    .site #header-top .widget_clean_journal_social_icons a.genericon {
    	background-color:#fff !important;
    }

    /*To hide search box */

    #search-toggle {
            display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social icons Color and Search Box’ is closed to new replies.