Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #10777
    Luis
    Member

    Hello Sakin,

    1. Can you please add FourSquare in the Social Links of the Catch Box Pro?
    2. Is there a way to change the background box color of the Widgets other than the default #fff? No matter what I try changing it to it comes back to #fff.

    Thank you

    #10826
    Sakin
    Keymaster

    @Luis: your site URL?

    #10911
    Luis
    Member

    bloomrestaurant.com

    I already installed a different Social Links Widget, but would like to be able to change the background color of the widgets other than the default #fff

    #10918
    Sakin
    Keymaster

    @Luis: You can change the background color of the widgets through “Appearance => Theme Options => Color Options”. Then change the color code of Widget Background Color”.

    #10934
    Luis
    Member

    Dear Sakin,

    No, I have tried that same operation many times without results. It goes back to #fff (WHITE) the moment I click on save. That’s seems to be the only color box on the list that does not work. I have changed all the others, but that one keeps on coming back no mater how hard I try.

    #10937
    Sakin
    Keymaster

    @Luis: Really sorry for that and thanks for letting up know. We will fix that in upcoming version. For now you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .widget {
        background-color: #62f53d;
    }
    #10942
    Luis
    Member

    Sakin,

    Sorry, but this solution you just gave me does not work. Please double check. Thanks

    #10945
    Sakin
    Keymaster

    @Luis: It will work fine. I found issue in your custom CSS box. Remove the following CSS. I don’t know why you added that. This is giving you issue.
    @media screen and (max-width: 599px)

    #10955
    Luis
    Member

    Thank you Sakin, the solution you email me did work. One more question. Is there a way I can get rid of the gray horizontal lines (double) at the bottom of everypage, it is like a divisory line. If not the longer one that goes across the entire page, at list the one inmediately above that goes only half the page from left to right. Thanks in advance

    #10962
    Sakin
    Keymaster

    @Luis: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { border-bottom: none; }

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Foursquare Social Link & Backgroud Widget Color other than default #fff’ is closed to new replies.