Okay
  Public Ticket #2572276
changing color and link
Closed

Comments

  •  3
    sonhostories started the conversation

    Hello,

    I have a short question regarding sub-item of header menu. 

    1. How can I change the background color of the menu subtitle?

    2. Is there a possibility instead of getting to the header page, you have to select the sub-item to get on a page?

    Thanks for your help!

    Regards 

    Romana


  •  1,558
    Laborator replied

    Hi Romana,

    Can you please share your site credentials here as the old ones are not working, and we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   sonhostories replied privately
  •  1,558
    Laborator replied

    Hi Romana,

    1. The background color of the submenu is inherited from the link color under theme skin, to change it manually add this CSS to Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
        background-color: red;
    }
    

    2. I am sorry but I could not understand this question, can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answersmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    sonhostories replied

    Hi Art,

    1. thanks that helped=). Now how can I change the color of the submenu text?

    2. when I click on the header "About" a page apears. But since I have a submenu, I want the user to click on the submenu titels. So nothing should happen when they click on "About", only that the submenu should be shown. Do you understand?

     Thank you!

  •  1,558
    Laborator replied

    Hi again,

    1. Add this CSS to Custom CSS:

    /* Submenu - Change text color */
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {
        color: #000;
    }
    /* Submenu - Change underline color */
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after {
        background-color: #ddd7c9;
    }
    

    2. I have added the about as a Custom Link that does not link you anywhere, if you need to do this again in the future then follow this guide in the screenshot below:

    medium
    (view large version)

    P.S. If you have further questions, please create a new ticketsmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    sonhostories replied

    Thanks a lot for your help!! :)

  •  1,558
    Laborator replied

    You're welcome, have a great weeksmile.png

    P.S: If you like our theme, it would help us a lot if you could give us a five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group