Home › Forums › WoodMart support forum › html block
html block
- This topic has 8 replies, 2 voices, and was last updated 5 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
August 5, 2019 at 1:29 am #135988
brgreeneParticipantI created a custom html black to use on my menu. Is there a way to resize the h2 tag used in the widget title or change this to a h3 tag?
August 5, 2019 at 6:36 am #136000
Elise NoromitMemberHello,
It is not possible to replace the tag
You can change the font by means of Advanced typography option, which allows 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, 2019 at 8:34 pm #136959
brgreeneParticipantI understand the Advanced Typography. I cannot figure out the element to control the Widget Title. Any ideas.
div class=”wpb_single_image wpb_content_element vc_align_center vc_custom_1565295173851“>
<h2 class=”wpb_heading wpb_singleimage_heading“>Solid Style</h2>
</div>I am trying to make the Solid Style to be a smaller font.
August 9, 2019 at 6:59 am #137008
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body h2.wpb_singleimage_heading{ color:red; }
Set the styles you need or use this selector in the Advanced Typography
Best Regards
August 10, 2019 at 3:32 am #137251
brgreeneParticipantWorks perfect. Thanks. Can you advise the element I use for the extra menu items and the item list. This would be the sub menu and sub sub menu items on the same page.
August 10, 2019 at 11:28 am #137329
Elise NoromitMemberHello,
Please provide the site screen of the element and page URL.
Best Regards
August 10, 2019 at 2:25 pm #137362
brgreeneParticipantI am trying to change to things with my Browse Categories Menu. See Picture
1. The first is the white transition when I hover over a menu item. I would like to disable this or change the color.
2. I want to change the color of the text in the second area I marked.
August 10, 2019 at 2:33 pm #137363
brgreeneParticipantI just need number 2. You answered number 1 in another post.
August 10, 2019 at 7:24 pm #137390
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mega-menu-list .sub-sub-menu li a:hover span{ color:yellow; } body .menu-mega-dropdown .sub-sub-menu li a span{ color: red; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register