Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53480
    Paul
    Member

    Hi there,

    Just purchased Catch Base Pro and so far it’s great. Just a couple of issues I hope to address. When I try and use a custom social icon, for some reason it shows the “hover” icon immediately to the right of the standard one. I have tried using a couple of different sizes and they all seem to do the same thing. Right now I have my social links located header.

    The 2nd issue is that on one of our pages we have a spreadsheet that is set to 100% width. We would like it to be a little wider within the page it is on and no matter what layout option we select, it remains the same width. Do you have any suggestions?

    Thank you in advance.

    http://www.financeblackbook.com/client-login

    #53490
    Sakin
    Keymaster

    @Paul:
    1. Thanks. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .site .widget_catchbase_social_icons a:hover {
    	text-decoration: none;
    }
    .site .widget_catchbase_social_icons .icon-hover,
    .site .widget_catchbase_social_icons .has-hover:hover .icon-static {
    	display: none;
    }
    .site .widget_catchbase_social_icons .has-hover:hover .icon-hover {
    	display: inline-block;
    	text-decoration: none;
    	border: none;
    }

    2. For that you need to edit that page and at the bottom of our content editor of that page, you will see “Catchbase Options” meta box, from where you can change layout to “No Sidebar (Full Width) and update page.

    #53491
    Paul
    Member

    That worked! Thank you very much for your quick response.

    #53566
    Sakin
    Keymaster

    @Paul: Thanks for your appreciation

    #54983
    Gwen
    Participant

    I had the same issue with the Custom Social Icon Hover. Your solution worked perfectly. Thanks for posting the solution.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom Social Icon Hover and Table Width’ is closed to new replies.