Home Forums WoodMart support forum Sidebar css

Sidebar css

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #463069

    dunies
    Participant

    Hello,
    Previously, I was able to change font color on sidebar widget title by adding this css:
    .sidebar-left .widget-title{ }

    On the latest update what css I must use if I need to use different color on sidebar left widget title?

    #463168

    Hello,

    Could you please send us some screenshots of the problems? Also, provide us with a page url.

    Best Regards.

    #463172

    dunies
    Participant

    There is no problem and no reason to send a screenshot for the sidebar. I just want to have different color of widget titles on left sidebar and different on footer. Can I ? I was able before. How can I set a color other than black without affecting footer?

    #463198

    Hello,

    Using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global Custom CSS:

    .widgettitle, .widget-title{
    	color: blue !important;
    }

    where do you want to change the color in footer?

    Best Regards.

    #463213

    dunies
    Participant

    Ok…lets put things right.

    I regard woodmart as a great theme and this is why I use it for all my clients. I rarely need something as everything is well designed.

    On the very special occassion that I need the support that I pay to have, I expect a support equal to the quality of the theme.

    If I have to ask 3 times about how to have different css on the widget titles in sidebar and different in footer that is not special support and drives me mad!

    The css you have given me is useless as I could find that myself.

    Once more I repeat, how to have different css on the widget titles in sidebar and different on the widget titles in footer????

    #463445

    Bogdan Donovan
    Keymaster

    Hi,

    Sorry for the misunderstanding, we have checked your site and see that your previous custom code related to the sidebar widget title should work in the recent theme update since there were no changes to these classes, and they are both present on your site. Please check the screenshot (https://prnt.sc/DpVvsDBG660Q).

    We don’t see the following (.sidebar-left .widget-title{ }) code on your site right now, please add it again and if it doesn’t work, give us access to your site, so we can find out why it’s not working.

    Kind Regards

    #463506

    dunies
    Participant

    Dear Bogdan,

    Thank you very much for taking up with my topic. You are right, I tried my code again and this time worked for me as well. May it was a cache issue that didn’t let me see the result.

    As I like to make css changes, I would like you to consider adding an option and give us the ability to change the colors of the dark theme. Right now when we choose dark dropdowns, they are all getting black and it is so hard to change all colors and hover colors and links to the desired ones. It would have been nice if we had an option page to play with.

    Thank you very much for your help!

    .sidebar-left .widget-title{ } indeed still works!

    Attachments:
    You must be logged in to view attached files.
    #463541

    Bogdan Donovan
    Keymaster

    Hello,

    I am glad that you found a solution!

    To tweak typography colors more precisely, our theme has an Advanced Typography option, which in your case already has predefined selectors for dropdown menus. For example, if you set your typography like shown in the screenshot (https://prnt.sc/EubtSNmLXiui), you will get the following look on the site’s frontend (https://prnt.sc/FDOSkJAekBpT).

    More information about Advanced Typography you can find in our theme documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)