Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #42258
    cmchugh6528
    Member

    I am considering purchasing Catch Box Pro. It meets all my needs, except possibly one. Is the header widget area hard coded for the social icons, or is it a general widget area where I can add any widget I like?

    #42260

    Hello, Sakin
    please advise how I can make social icons in header section full colored? site http://www.dodiezschool.com.ua. Thanks!!!

    #42289
    Sakin
    Keymaster

    @cmchugh6528: Yes, Catch Box Pro has Header Right Sidebar where you can add any widget as per your need. It’s the general widget area. See more details about Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/

    #42290
    Sakin
    Keymaster

    @Yuliya Gaznyuk: Please use the proper support forum. You are asking Catch Mustang theme support question in Catch Box Pro theme support forum. From next time, please post in proper support forum.

    To make your social icon in header always color, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #sidebar-header ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
    #sidebar-header ul.social-profile li.vkontakte a {
        background-position: -903px -43px;
    }
    #43268
    BusyB
    Member

    Hey Sakin,

    Is there a way to change the social media icon colors in the widget area? I want them to stay their hover colors.

    Thanks!

    #43269
    BusyB
    Member

    I figured part of it out! This is what I have for Facebook, Google+, and Twitter, but I’m missing the Pinterest and Feedburner part

    /* For twitter icon */
    ul.social-profile li.twitter a { background-position: -44px -43px; }
    /* For facebook */
    ul.social-profile li.facebook a {
    background-position: 0 -43px;
    }
    /* For google plus */
    ul.social-profile li.google-plus a {
    background-position: -173px -43px;
    }

    #43279
    Sakin
    Keymaster

    @BusyB: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Pinterest */
    ul.social-profile li.pinterest a {
        background-position: -216px -43px;
    }
    /* For RSS */
    ul.social-profile li.rss a {
        background-position: -130px -43px;
    }
    #46033
    sdupre
    Participant

    Can we add a feature request to add this color permanently to themes like Catch Everest Pro and other themes.

    The header social media icons in GREY just seems too muted against the slideshow background, so I never get clicks there.

    Changed the CSS to make them visible (see http://www.thepowerofneutrality.com). Would be nice if there was a checkbox feature in the themes to turn on “social icon colors” or “mute” them grey (old default).

    Stephen

    #46041
    Sakin
    Keymaster

    @sdupre: That’s nice idea. Thanks for your feedback. We will discuss about it and find the way to add it in future version updates.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header widget area’ is closed to new replies.