Home Forums WoodMart support forum Widget Typography Not Changing

Widget Typography Not Changing

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #311415

    Little Panda
    Participant

    Hello,

    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.
    #311417

    Little Panda
    Participant

    and this is the setting here in this screenshot.

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

    Little Panda
    Participant

    See the private area for further information.

    #311441

    Hello,

    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

    #311442

    Little Panda
    Participant

    Hi, Yes. I have tried that. It is not changing the typography when I am changing the widget typography settings.

    #311473

    Hello,

    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

    #311489

    Little Panda
    Participant

    Hello,

    Please see the details in the private area below.

    It’s probably a silly issue so sorry to bother you with it.

    #311693

    Hello,

    Please try to use this custom selector: body .woodmart-woocommerce-layered-nav .layer-term-name

    Best Regards

    #311727

    Little Panda
    Participant

    Hi,

    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.
    #311823

    Hello,

    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

    #312342

    Little Panda
    Participant

    Hi,

    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.

    #312503

    Hello,

    The code works on all the domains: https://gyazo.com/4ce8b1b606eb4086bb5001adf87b1740

    Please clarify.

    Best Regards

    #312622

    Little Panda
    Participant

    Hi,

    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.
    #312640

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .sidebar-widget .widget-title{
    		color:blue;
    }

    Best Regards

    #312644

    Little Panda
    Participant

    Hi,

    Thank you. That changes the widget tittle colour but what I need is to change it to my font in BOLD.

    Any ideas?

    #312737

    Hello,

    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

    #312798

    Little Panda
    Participant

    Hi. Thank you it worked.

    Strange that it doesn’t change using the normal Widget typography setting.

    Thanks again

    #312825

    If you have any questions please feel free to contact us.

    We are here to help.

    Wish you a wonderful day!

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

The topic ‘Widget Typography Not Changing’ is closed to new replies.