A pair of questions about Perfect Hosting theme

Home Forums All Other Themes A pair of questions about Perfect Hosting theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #66669
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,
    I have a pair of questions for the web: www.estudi33.org

    1) How can I change the colour of current item in footer menu? Now current item is black and i would change to red #ff0000

    2) Is possible to have a border-bottom in colour red (#ff0000) under the top menu?

    Thank you for your help!!

    Best regards,
    Vanessa

    #66816
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    Hi Vanessa,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    #topmenu ul li ul li {border-bottom: 1px solid #ff0000;}
    #footer .rowfooter .footmenu li.current-menu-item a, #footer .rowfooter .footmenu li.current_page_item a {color: #ff0000 !important;}

    Regards,
    Brad

    #66876
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Brad,

    Question number 1 solved. Thank you for your help.

    About question , I’m sorry. I did not explain myself correctly.

    I would that appears a red line under menu items on hover and current item. Same as Teethy theme. Only in main menu, not in submenu.

    Best regards,
    Vanessa

    #66890
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    Hi Vanessa,

    Add this code in Custom CSS Box:

    #topmenu ul li:hover a, #topmenu ul li.current-menu-item a, #topmenu ul li.current-menu-ancestor a, #topmenu ul li.current_page_item a{border-bottom: solid 3px #ff0000;}
    #topmenu ul li ul li a{border: none;}

    Regards,
    Dave

    #66931
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Dave,

    Perfect. Thank you very much.

    Best regards,
    Vanessa

    #66988
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30666
    • Total: 30666
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘A pair of questions about Perfect Hosting theme’ is closed to new replies.