On sale label, menu & info box - by ejder077

This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler

  • Avatar: ejder077
    ejder077
    Participant
    July 10, 2020 at 14:30

    Hi,

    1. May I ask how can I move the label to the right? I have tried to set the margin, but it does not work.
    https://ibb.co/Gv5sPxQ
    https://ibb.co/rfjx7Ph
    https://hitechi-medicalcare.com/

    2. May I ask how can I make the title & content of the info box bolder? I have set it to 900, but it is still not bold enough.
    https://ibb.co/7Ycw7Q1
    https://ibb.co/mtPnSf0
    https://hitechi-medicalcare.com/%e9%97%9c%e6%96%bc%e6%88%91%e5%80%91/

    3. The text of the sub-menu on the footer is in white color, it only shows when a user hovers on it. How can I make it in black color?
    https://ibb.co/fk0RmnS

    Thank you

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 10, 2020 at 14:41

    Hello,

    1) Change “margin-right: 100px;” to “left: -10px;”
    2) There is no such possibility.
    3) You can hide submenus via settings of Menu element – http://prntscr.com/tfdr5g
    or use this ccustom CSS code:

    footer .item-design-dropdown .nav-sublist-dropdown ul>li>a {
        color: #222 !important;
    }

    Regards

    Avatar: ejder077
    ejder077
    Participant
    July 10, 2020 at 14:50

    I set it as margin-left: -50px.
    The labels on the upper side products are good, but the label on downside products are separated too much.
    They all should be -50px, why some of them are different?

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 10, 2020 at 15:05

    Hello,

    Set 2 products per view for the carousel on mobile.

    Regards

    Avatar: ejder077
    ejder077
    Participant
    July 11, 2020 at 07:30

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2020 at 07:37

    You’re welcome!

    Regards

    Avatar: ejder077
    ejder077
    Participant
    July 20, 2020 at 01:33

    Hello,

    Regarding question 3:

    3) You can hide submenus via settings of Menu element – http://prntscr.com/tfdr5g
    or use this ccustom CSS code:

    footer .item-design-dropdown .nav-sublist-dropdown ul>li>a {
    color: #222 !important;
    }

    How can I change the hover color? It is #222 now

    Also, may I ask how can I decrease the padding of the sub-menu area? https://ibb.co/R0xCWNq

    And, how can I make the navigation icon closer? https://ibb.co/jZjDF49

    Thank you

    Avatar: ejder077
    ejder077
    Participant
    July 20, 2020 at 01:42

    Also, how to make the sub-menu display downward like the header menu, or display on the menu?

    It is on the right side now, and the sub-menu cannot be seen.

    If it is displayed on the left side, then it will cover the other menu

    https://ibb.co/yNRJCZn

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2020 at 06:49

    Hello,

    3) Theme Options > Footer > Footer styling > Footer Links > hover color
    4) Here is custom CSS code:

    .nav-sublist-dropdown {
        width: 11em;
    }

    5)

    .menu-element .menu .menu-item-has-children>a:after {
        right: 50%;
    }

    6) There is no such possibility, by default. We can try to achieve result similar to the desired one using custom CSS code. Do you need to do this for menu in a particular place? Please provide URL.

    Regards

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.