Home Forums WoodMart support forum About Woodmart Gutenberg Widget – Title

About Woodmart Gutenberg Widget – Title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #622908

    lai.xueyan
    Participant

    Hello

    There seems to be a problem with the Title Widget, when I enable the underline design, and select the Active border color, it always becomes darker and is not the color I selected.

    In the attached image, the color I selected is #E6005D, but it actually says #E10098

    By the way, the simple design does not have this problem.

    regards

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

    Bogdan Donovan
    Keymaster

    Hello,

    Could you please provide us a link to the page with this title and your admin access so we can check it settings?

    Thank you in advance

    #623152

    lai.xueyan
    Participant

    Hello

    you can check it now. I created two Contact Us headers and you can see the difference in their colors.

    regards

    #623236

    Bogdan Donovan
    Keymaster

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .wp-block-wd-title.wd-design-underlined>span {
    	z-index: 1;
    }

    This issue will also be fixed in the 8.1 update of the Woodmart theme.

    Kind Regards

    #623265

    lai.xueyan
    Participant

    Hi,

    The code solves the problem, I have another problem now, can you help me take another look?
    When I am in edit mode, there is a proper spacing between the elements (default is 20px), but in preview or frontend it is lost(image and list, The following css doesn’t seem to be working properly).

    :is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>* {
        margin-block: 0 var(--wd-block-spacing);
    }

    Best regards

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

    Bogdan Donovan
    Keymaster

    Thank you for identifying this issue. We will investigate it and fix in the next update. As a workaround for now, you can recreate the entire footer using a single HTML Block. Alternatively, you can wrap the logo, text, list, and social buttons into a single “Container” block.

    Kind Regards

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