About Woodmart Gutenberg Widget – Title
-
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.
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
Hello
you can check it now. I created two Contact Us headers and you can see the difference in their colors.
regards
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
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.
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
Hi,
Woodmart 8.1 has been released, please close this topic.
Kind Regards
The topic ‘About Woodmart Gutenberg Widget – Title’ is closed to new replies.