Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #126074
    catwingz
    Participant

    Hi,

    One setting missing from the colors in the Customizer is for the border on the dropdowns for secondary pages in the menus. I have been unable to remove the white borders. What is the CSS for this?

    Thank you

    #126080
    tikaram
    Keymaster

    @catwingz : Please post in you site URL.

    Regards,
    Tikaram

    #126101
    catwingz
    Participant

    Sorry, it was in an earlier thread: temporary url

    #126195
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional css and add the following css.

    .clean-journal-nav-menu .sub-menu a {
    	border: none;
    }

    Regards,
    Tikaram

    #126251
    catwingz
    Participant

    Thanks, that worked. Now I have one more.

    The button in the right promotion headline has a green border which is also skipped in the color options. I have tried this

    #promotion-message.right a.promotion-button:hover {
    border: #ffffff;
    }

    but it’s still green. what am I missing?

    #126254
    tikaram
    Keymaster

    Go to Appearance => Customize => Additional css and add the following css.

    #promotion-message .right .promotion-button:hover {
    	border-color: #fff;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #128854
    catwingz
    Participant

    That worked. Thank you

    #128996
    tikaram
    Keymaster

    @catwingz : Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘border on menu dropdowns’ is closed to new replies.