Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #26120
    Doren
    Participant

    Hi,

    Does anyone know the CCS code to change the Footer Widget color, not the bottom Footer, but the one that appears when you active a Widget and it expands the Footer.

    Thank you!
    -Doren

    #26129
    Doren
    Participant

    BTW Here’s the site: http://psaasnj.com

    #26160
    Sakin
    Keymaster

    @Doren: You can change that from “Appearance => Theme Options => Color Options => Site Color Options”, change the color for Footer Background Sidebar Color

    #26225
    Doren
    Participant

    Nope, that’s not the space I’m referring to. I already changed that with your help, it’s the space right above that. You can see the original blue color still in that Footer above the Footer, not sure what it’s called, sorry. I included the site for reference since I probably wouldn’t know what to properly call it. Thanks!

    http://psaasnj.com/

    #26415
    Sakin
    Keymaster

    @Doren: I think you are confused with the Color Options. There are two section in Footer.
    1. Footer Background Sidebar Color: You can change this color for Footer Sidebar Background
    2. Footer Background Color: You can change this color for Footer Copyright information.

    #26498
    Doren
    Participant

    You are 10000000000% correct my friend! Thanks again for pointing out the obvious that I continue to overlook LOL Have a great Easter! Thanks again!

    #28659
    greengiant
    Participant

    So to confirm, I am planning to upgrade to the Kathmandu pro version. Can I change the color of the labeling of the featured slider from blue to another color? The footer widget, and the footer can also be changed? I would like to change to specific green colors. Would this be possible or only the 20 pre-specified colors?

    Thanks
    Matthew

    #28731
    Sakin
    Keymaster

    @greengiant: For Labeling of the Featured Slider from Blue to another color. I will give you the code to add in your “Appearance => Theme Options => Custom CSS” box. You just need to send me the HTML color code that you like.

    Yes Footer Widget and Footer can be changed from Color Options. You just send me your site URL after you upgrade to Pro version and then I will help you out.

    #29053
    greengiant
    Participant

    Thanks Sakin:
    Color code would be #339933for labeling of featured slider. I will contact soon after upgrading. Thanks for your help with this great theme.

    #29068
    Sakin
    Keymaster

    @greengiant: Yes send me your site URL and then will send you the css.

    #29077
    greengiant
    Participant

    URL: malereproduction.org

    Would also like to change background static color of menus (not the hovering part). This is possible too with the premium version?

    Many thanks Sakin.

    #29103
    Sakin
    Keymaster

    @greengiant: For slider text background, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	background: #339933; /* Show a solid color for older browsers */
    	background: rgba(51, 153, 51, 0.6);
    }
    #main-slider .entry-container:hover {
    	background: #339933; /* Show a solid color for older browsers */
    	background: rgba(51, 153, 51, 1);
    	border: 1px solid #329232;
    }

    For menu color and all you can upgrade to Catch Kathmandu Pro theme.

    #32621
    Dirk R.
    Member

    Hello: I have two questions regarding changes I’d like to make in Catch Kathmandu Pro:

    1. Can you change the color of the sidebar widgets? And how?

    2. Can you enlarge the social media icons and have them be in color – how?

    The site is: http://www.sleepapneasurgicure.com

    Thanks,
    DRH

    #32705
    Sakin
    Keymaster

    Hello DRH,

    1. For Sidebar widgets background color, you can edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { background-color: #fff; }
    2. You cannot increase the size of the social icons but yes, you can make it default color which you see it when hover over. Let me know if you need as I see that now you have already added different social icons.

    Regards,
    Sakin

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to change Footer Widget color’ is closed to new replies.