Home Forums WoodMart support forum 设置的效果无法在预览和网站上正确显示

设置的效果无法在预览和网站上正确显示

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #620769

    bzzxzz
    Participant

    Image 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.
    #621085

    Luke Nielsen
    Keymaster

    Hello,

    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

    #621481

    bzzxzz
    Participant

    New, additional content.

    #621688

    Luke Nielsen
    Keymaster

    Hello,

    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-iPoWrA

    Kind Regards

    #621767

    bzzxzz
    Participant

    Hello, 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.
    #622112

    Luke Nielsen
    Keymaster

    Hello,

    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

    #622123

    bzzxzz
    Participant

    1. 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.
    #622129

    Luke Nielsen
    Keymaster

    Hello,

    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

    #622133

    bzzxzz
    Participant

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

    #622250

    Luke Nielsen
    Keymaster

    Hello,

    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

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