Doubts

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #409201

    Toni Tarres
    Participant

    Good morning,
    I need help in three doubts:
    – That the menu items when you mouse over and when they are active (both ways) remain yellow
    – The dots on the slide, can I change them to yellow when active? (now they are grey)
    – Deactivate the title of the pages, only the letter and the header photo are fine. And put the header photo under the menu, so that you can see the whole photo.

    Add pics

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

    Hello,

    1. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
        color: yellow;
    }
    
    .wd-nav[class*="wd-style-"]>li>a:hover {
        color: yellow;
    }

    2.Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .pagin-style-1 .flickity-page-dots li.is-selected {
        border-color: yellow;
        background-color: yellow;
    }

    3. Please Edit the page and disable the Page title.

    Screenshot: https://gyazo.com/5097d74f9b4bbe63eeb5d214962106c8

    Best Regards

    #409330

    Toni Tarres
    Participant

    Hello,
    – Point 1 works fine. Thanks!
    – I have entered point 2 and it does not work, the gray points are still visible.
    – Point 3 I have not explained myself well, I need to see the photo of the title but not the letter. You understand?

    Thank you for all!

    #409332

    Toni Tarres
    Participant

    Sorry the point 2 now works correctly, only point 3 that I need disable the text of the title area, only text, the pic of background is correct.

    Thanks

    #409476

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .title-size-default .title {
        display: none;
    }

    Best Regards

    #409579

    Toni Tarres
    Participant

    Okey thank you!!
    Now works correctly.
    But, another question.
    Is it possible that the menu is above the header photo? To see the entire header photo
    Attached photo of what it looks like now

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

    Hello,

    You are Most Welcome.

    Please Go to Woodmart >> Header builder >> Edit header and enable overlap.

    Screenshot: https://gyazo.com/0ea54c34db22241dfd217b0dc6e68447

    Best Regards

    #409888

    Toni Tarres
    Participant

    yes but if I check this option it still doesn’t look good.
    I attach a picture of how I see it

    Thanks!

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

    Hello,

    I have tested the same option at my end on my test site and it is working perfectly fine for me, here are the screenshots:

    https://postimg.cc/H8XtFzj9
    https://postimg.cc/sMDpJsPc

    OR you have to edit the particular header bar and remove the color as well: https://postimg.cc/TpWwMSd6 https://postimg.cc/m1sdLJv5 and it will solve your issue.

    And if not then please share your site WP Admin URL and Credentials with me, in the private content area of this topic, so that I’ll further look into it for you.

    Regards Xtemos.

    #410244

    Toni Tarres
    Participant

    I think I didn’t explain myself well.
    I don’t need the transparent menu, I need the menu to be above the photo on the pages, that is, the same with the color, but the whole image can be seen.
    I explain?
    I am attaching a picture of what I mean.

    Thank you

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

    Hello,

    Can you please share the WP admin login details so I will check and solve the issue for you.

    Best Regards.

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