Home Forums WoodMart support forum Custom header settings

Custom header settings

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

    siteadmin
    Participant

    Hello!

    1. How can via theme settings disable property “cursor:pointer” for element information box?
    2. How can via theme settings set font-size for information box title: 13px, because by default we have only predefined sizes 20, 16, 28, 34?
    3. For what reason the “open in new window” checkbox may not work for information box?

    I ask: how can I do it all without additional custom css? Maybe in theme settings have some tabs and i dont see it is.

    Wait another questions… 🙂

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

    siteadmin
    Participant

    4. In private content you can see strange class-name. Not right somehow.

    #168643

    siteadmin
    Participant

    5. How separately for the main menu to set a different color on hover?

    Again: without additional custom css-code.

    #168644

    siteadmin
    Participant

    4. Here i was find trouble: was disable translit, because earlier we delete ClearFy plugin which convert symbols. This question closed.

    #168649

    siteadmin
    Participant

    6. Why i cant copy-paste elements from desktop to mobile header? It could be very convenient. See attachment.

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

    Hello,

    1) In theme settings there is no option to disable the property “cursor:pointer” for element information box. If you want to disable the image title which shown on pointer upon the information boxes then you can try the below CSS code in global custom CSS area under theme settings >> custom CSS:

    .info-box-icon img {
    pointer-events: none;
    }

    2) You can set the font size of your choice for information box element while editing the element “information box”.

    Screenshot for clarification: https://jmp.sh/akJ6OVb
    Screenshot while using info box in header: https://jmp.sh/xax9qp4

    3) Kindly share the URL of that page where the “open in new window” option not working for your information box, also share the screenshot by pointing out the specific section so I can check and help you out. Currently your header did not contain any information box.

    4) I’m glad that you fixed it. You are the best.

    5) To set a different color on hover for main menu. You need to go to Theme settings >> TYPOGRAPHY >> ADVANCED TYPOGRAPHY select the “Main Navigation Links” from custom Selector and then choose the color from “Color on hover” option.

    Screenshot for clarification: https://jmp.sh/V59dLhE

    6) Unfortunately there is no such option available currently, to copy-paste elements from desktop to mobile header.

    Best Regards.

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