Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) there is not a navigation customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16699
    Rachel
    Member

    I have downloaded the newest version of the theme and when I go into customize there is not a navigation option to change the color of the nav links. Please help. Thanks.

    #21927
    Rachel
    Member

    I found the code for the nav color in the parent theme editor for the css and changed the color, added a plugin for custom css and added the code below but it still does not change the navigation color. I do not know why the navigation options are not showing up when the theme is installed. Please help. Thank you.

    .main-navigation li a:hover {
    color: #da251d;

    }
    .main-navigation ul li:hover > ul {
    display: block;
    background-color: #f6f6f6;
    border-bottom:6px solid #da251d;
    border-radius:12px;
    -webkit-box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, .25);
    box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, .25)
    }
    /* make the main level menu items active with a colour */
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
    color: #da251d;
    font-weight:bold;
    }
    /* make the submenus active with a background */
    .main-navigation ul.sub-menu li.current-menu-item > a,
    .main-navigation ul.sub-menu li.current-menu-ancestor > a,
    .main-navigation ul.sub-menu li.current_page_item > a,
    .main-navigation ul.sub-menu li.current_page_ancestor > a {
    color: #da251d;
    background-color: #ededed;
    }

    #21928
    Binaya D
    Participant

    Hi Rachel,

    We found a bug in our theme, so we will update our theme soon with bug fixing. Please stick in our social media.

    Thanks

    #21944
    Binaya D
    Participant

    Hi Rachel,

    We have updated our theme with bug fixing, so please update your theme.
    Note: Before updating your theme please make backup of your theme.

    Thanks

    #16700
    Sharon Smith
    Member

    Thanks for this fix! No more random blue text in my nav menu- yay! :cheer:

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.