Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3675
    mstaudt131
    Member

    Two questions…

    The first is in regards to the social media icons in the header. I currently need a blogspot social media icon, which is obviously not currently available (I know I know… wordpress). While sloppy, could it be possible for me to edit (photoshop) the device-social-profile.png & social-profile.png to swap out one of the other icons not currently being used?

    Second question: Is there a way to add a border to the search box in the header since I changed my header background to white?

    http://www.signature-planning.com

    #3697
    Sakin
    Keymaster

    @mstaudt131: for search box in the header border, you can just add the following CSS in “Custom CSS” box in your Theme Option panel.
    #branding .searchform .search-box { border: 1px solid #000; line-height: 33px; }

    But for adding blogspot icon in the social icon list. This is bit complicated. First you need to add icon in this image social-profile.png and then build child theme. Where you need to remove the current social icon function
    remove_action( 'simplecatch_sidebartop', 'simplecatch_headersocialnetworks', 10 );
    and then add your action for the function and edit the css. If you are not a developer then I recommend to hire developer for this or use tweaky services.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘New Social Media Icon & Search Box Border’ is closed to new replies.