Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92827
    HMiller
    Participant

    I noticed that I cannot change the color for the breadcrumb links or the hover color for the sidebar menus. I’ve gone through every color option & no longer see any green but yet those two areas are still the default green.

    Also, both the free & pro versions of the theme have a conflict with the Jetpack extra widgets option. If that option is enabled, the “featured content” and “featured slider” options do not appear when those features are enabled.

    Lastly, is there a way to remove the lines from between the links on the sidebar menu or a way to change just the background color of the sidebar (not the menu titles, the color behind the links)?

    #92831
    Mahesh
    Keymaster

    @hmiller: There is no color options for those two in the customizer, if you want to change the default color, you can use Custom CSS. If you want, we can help you further.

    I tested the theme with Jetpack Extra Sidebar option, and everything is working fine. Featured Content and Featured Slider are displaying fine. If you have other plugins, try disabling it and check if it resolves the issue.

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Remove lines between links on the sidebar */
    .widget ul li {
        border-bottom: none;
    }
    /* Change background Color of the sidebar */
    #secondary {
        background-color: #bbb;
    }

    Let me know if any problem. Please post in your site url.

    Regards,
    Mahesh

    #93347
    HMiller
    Participant

    The bug I talked about appears on my testing site as well and the only plugin used there was Jetpack. If I enable the “Extra Sidebar Widgets” on either site, the featured slider & featured content options stop working. At the moment I don’t use them but it would be nice if I had that option for the future.

    Is there any way to center the text under the pictures on the featured content? On my site, http://whiterosesart.com The text is off to the left of the pictures.

    Thanks for providing the CSS for the other areas. I do wish you would add all the color options to the pro version though. It’s annoying to have to do a find/replace to get rid of all the lime green.

    #93423
    Mahesh
    Keymaster

    @hmiller: Sorry for the late reply.
    1. Do you get any error message or just the featured content or slider disappears?

    2. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .entry-title {
        text-align: center;
    }

    3. Thanks for the suggestion. Its is the base color for the theme. But you can change the colors to your desired colors through customizer, and as you said if you do need additional customization, Custom CSS area can be used.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hover & Breadcrumb colors, a bug, etc’ is closed to new replies.