Home Forums WoodMart support forum html block

html block

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #135988

    brgreene
    Participant

    I 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?

    #136000

    Hello,

    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

    #136959

    brgreene
    Participant

    I 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.

    #137008

    Hello,

    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

    #137251

    brgreene
    Participant

    Works 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.

    #137329

    Hello,

    Please provide the site screen of the element and page URL.

    Best Regards

    #137362

    brgreene
    Participant

    I am trying to change to things with my Browse Categories Menu. See Picture

    http://prntscr.com/oqxjk7

    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.

    #137363

    brgreene
    Participant

    I just need number 2. You answered number 1 in another post.

    #137390

    Hello,

    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

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