Home › Forums › WoodMart support forum › Widget Typography Not Changing
Widget Typography Not Changing
- This topic has 17 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 8, 2021 at 3:17 pm #311415
Little PandaParticipantHello,
I’m trying to change the Widget font type and thickness in the typography section but it is not changing in the filter widget area or footer title. See screenshots for where I’m setting the font type.The widget title should be heavy bold but it’s remaining the same thickness.
It’s strange because it worked before?
Attachments:
You must be logged in to view attached files.August 8, 2021 at 3:27 pm #311417
Little PandaParticipantand this is the setting here in this screenshot.
Attachments:
You must be logged in to view attached files.August 8, 2021 at 6:32 pm #311436
Little PandaParticipantSee the private area for further information.
August 8, 2021 at 6:38 pm #311441
Elise NoromitMemberHello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
August 8, 2021 at 6:39 pm #311442
Little PandaParticipantHi, Yes. I have tried that. It is not changing the typography when I am changing the widget typography settings.
August 8, 2021 at 11:50 pm #311473
Elise NoromitMemberHello,
Please, provide your site admin access to the private area.
Make the full backup of your site and confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
August 9, 2021 at 4:19 am #311489
Little PandaParticipantHello,
Please see the details in the private area below.
It’s probably a silly issue so sorry to bother you with it.
August 9, 2021 at 9:26 pm #311693
Elise NoromitMemberHello,
Please try to use this custom selector:
body .woodmart-woocommerce-layered-nav .layer-term-name
Best Regards
August 10, 2021 at 2:32 am #311727
Little PandaParticipantHi,
That selector chanegd the actual filter names but we need the filter / widget titles changing.
See image.Attachments:
You must be logged in to view attached files.August 10, 2021 at 11:46 am #311823
Elise NoromitMemberHello,
I have tested on our testing site and it works correctly: https://gyazo.com/3239ea64503a9af4691e13200864b9a8 and https://gyazo.com/9f4b0e5094f7dd7a70fbcb814e1ae83e
Please deactivate all the plugins not related to the theme, switch the parent theme, and check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
August 13, 2021 at 4:47 am #312342
Little PandaParticipantHi,
This is strange. We used a multisite network and have 3 subsites, DOMAIN.com/us, DOMAIN.com/uk, DOMAIN.com/eu and all sites run the exact same plugins. The US subsite typography looks fine but for the EU and UK subsites we can not change the widget and filter titles to bold font.
August 13, 2021 at 9:11 pm #312503
Elise NoromitMemberHello,
The code works on all the domains: https://gyazo.com/4ce8b1b606eb4086bb5001adf87b1740
Please clarify.
Best Regards
August 15, 2021 at 3:18 am #312622
Little PandaParticipantHi,
See attached image. It’s the titles circled in red that we would like to be able to change to BOLD. The code you gave changes the attributes names but not the titles.
Your video also showed that the attribute names had changed colour to red but not the attribute titles.
Attachments:
You must be logged in to view attached files.August 15, 2021 at 9:46 am #312640
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .sidebar-widget .widget-title{ color:blue; }
Best Regards
August 15, 2021 at 9:49 am #312644
Little PandaParticipantHi,
Thank you. That changes the widget tittle colour but what I need is to change it to my font in BOLD.
Any ideas?
August 16, 2021 at 10:27 am #312737
Elise NoromitMemberHello,
You can take this selector:
body .sidebar-widget .widget-title
and set the styles in the Advnaced typography.If you prefer custom CSS, here is the code:
body .sidebar-widget .widget-title{ font-wegith: 900; }
The code would work if the font family supports this font value.
If you have any questions please feel free to contact us.
Best Regards
August 16, 2021 at 4:54 pm #312798
Little PandaParticipantHi. Thank you it worked.
Strange that it doesn’t change using the normal Widget typography setting.
Thanks again
August 16, 2021 at 11:20 pm #312825
Elise NoromitMemberIf you have any questions please feel free to contact us.
We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘Widget Typography Not Changing’ is closed to new replies.
- You must be logged in to create new topics. Login / Register