BuddyBoss Home – Web Support Forums Solutions Social MarketPlace is this theme working ?????

Viewing 7 posts - 16 through 22 (of 22 total)
  • Question

    #62449

    Anonymous
    @

    Hi @uwethwp, Please select Homepage template from page attribute to hide the page title and for other page you will have to apply css for that..if you want to hide title from other page so please let me know..

    Regards

    Answers

    #63602
    @ggoaga

    Hi again,
    My site is coming along nice. I almost figured everything …but 🙂
    The theme does not have a option to change the color of the links when the mouse go over.
    I want to change the color of the titlebar menu to green when highlighted and i do not know how.
    I can change the background color and etc . The accent will change the under line and a lot of other things in mobile header etc. i wish it was breakdown in more options. i only want to change the main menu link hover link value to green.
    See attachment.

    #63612
    @vapvarun

    Hi @ggoaga
    You can use following css
    replace #54ae68 with your desired color hex code.

    
    .main-navigation .nav-menu > li:hover, .main-navigation div > ul > .current-menu-item > a, .main-navigation div > ul > .current-menu-ancestor > a {
        box-shadow: 0 -2px 0 #54ae68 inset;
        background-color: #54ae68;
    }
    

    Let me know if it is working fine for your, i will close this thread after your response. Feel free to create new thread for any further queries.
    Regards
    Varun Dubey

    #63627
    @ggoaga

    Thanks a lot.
    I also have two more issues:
    1. Global Search AutoSuggest stop working ?? http://www.grapey.com/
    2. The height of this green buttons that your script create is so big. Can I make it smaller? Or I can make the whole header thinner?
    Thanks a lot

    #63766

    Anonymous
    @

    Hi @ggoaga,

    CloudFlare plugin was occurring error with the script of Global Search plugin..

    If you just want to change the color on mouse hover please remove the earlier code and add this one:

    
    .main-navigation li a:hover {
        color: #54ae68 !important;
    }
    

    Regards

    #63828
    @ggoaga

    @pallavi Thanks a lot

    #63985

    Anonymous
    @

    Anytime 🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • The question ‘is this theme working ?????’ is closed to new replies.