Home › Forums › WoodMart support forum › 设置的效果无法在预览和网站上正确显示
设置的效果无法在预览和网站上正确显示
- This topic has 9 replies, 2 voices, and was last updated 1 month ago by Luke Nielsen.
-
AuthorPosts
-
December 9, 2024 at 1:43 pm #620769
bzzxzzParticipantImage 1: This is the footer effect set in my backend.
Image 2: This is the preview effect after clicking.
Image 3: This is the footer setting in the backend, which should be correct.
Image 4: This is the actual display effect on the website after refreshing.Other issues:
Red Circle 1: How can I modify the color of the content marked here? Sorry, I couldn’t find the setting path.
Red Circle 2: Can I set the color of the share tags? I still couldn’t find the setting path.- This topic was modified 1 month ago by bzzxzz.
Attachments:
You must be logged in to view attached files.December 10, 2024 at 10:57 am #621085
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
December 11, 2024 at 11:00 am #621481
bzzxzzParticipantNew, additional content.
December 11, 2024 at 6:38 pm #621688
Luke NielsenKeymasterHello,
1. As I see, the border is not shown in the frontend, so you need to set the border-width value in the Gutenberg – https://monosnap.com/file/MdBjmch3fEKGyfF5tMHDsY5zg9cWG6 . In the next update, we will fix the situation when an empty border-width value in combination with the specified border-type sets the width of the border inside the editor.
2. Try to change color here – https://prnt.sc/gZpw5FeYW7_f
3. As for the icons, try to change here – https://prnt.sc/kuAjo-iPoWrAKind Regards
December 12, 2024 at 10:16 am #621767
bzzxzzParticipantHello, I have already tried the methods you mentioned earlier.
It seems I didn’t express myself clearly.
For image 1: I can only set the color for certain parts, but how can I set the color for the remaining parts? Where is the setting path?
For image 2: What I meant is, can I customize the color I want instead of only choosing from the options available in the selection box?
Attachments:
You must be logged in to view attached files.December 13, 2024 at 10:51 am #622112
Luke NielsenKeymasterHello,
1. Try to change the whole menu color here – https://prnt.sc/Ndzps9XxfXsT
2. You can set the custom CSS class – https://prnt.sc/-XvdEkH_bAr- and then via custom CSS set any color you want.
Let me know if you have some additional questions.
Kind Regards
December 13, 2024 at 11:29 am #622123
bzzxzzParticipant1. Try to change the whole menu color here – https://prnt.sc/Ndzps9XxfXsT
I have mentioned this issue in the previous question.
I followed the method you suggested, but only part of the content shows the updated color.
I want to modify all of it, the key point is: I want to modify everything, including the parts I marked with a question mark in the red circles.1,I set the color.
2,The color is displayed correctly.
3,The parts that cannot be modified (this is the main issue I’ve been trying to express, and I hope I’ve explained it clearly now. Thank you).Attachments:
You must be logged in to view attached files.December 13, 2024 at 11:33 am #622129
Luke NielsenKeymasterHello,
Open the “Items” tab and set the color there – https://prnt.sc/DZTgpydfu_7N, I understood you and checked that solution before writing to you.
I await your response
Kind Regards
December 13, 2024 at 11:38 am #622133
bzzxzzParticipant2. You can set the custom CSS class – https://prnt.sc/-XvdEkH_bAr- and then via custom CSS set any color you want.
Regarding this question:
Is there a way to do this without using code?
Sorry, I’m not very familiar with code, and I can’t operate with code-based solutions.Thank you.
December 13, 2024 at 4:25 pm #622250
Luke NielsenKeymasterHello,
Here is a custom CSS:
.wd-footer .wd-social-icons{ --wd-social-color: #333; --wd-social-color-hover: #fff; --wd-social-bg-hover: var(--wd-primary-color); --wd-social-brd-color: #333; }
Define it in Theme Settings -> Custom CSS.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register