Some qustions about Modelling theme

Home Forums All Other Themes Some qustions about Modelling theme

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

    Hi,

    I have some questions about Modelling theme.

    web: www.perruqueriaroser.es

    1) I would like the items on the left side of the header to be on the same line. Now there is a line with the icons of the social networks and below the address. How can I make them all on the same line?

    2) What is the selector for the current items in the top menu? I want to customize the color and thickness of the font.

    3) In the mobile view, the transparent header and the menu cover the slide. How can I solve that?

    Thank you very much for your help!!

    Regards,
    Vanessa

    #100624
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    1) Ans: Go to Appearance » Customizer » basic » Custom CSS Box add CSS
    .head-info-area .left .phntp, .head-info-area .left .emltp {float: left;line-height: 27px; padding-top: 8px;}

    2) Ans: Go to Appearance » Customizer » Header » Header scroll down find text ‘Menu Active Text Color’ Or ‘Menu Font’ and change color and thickness of the font.

    3) Ans: Go to Appearance » Customizer » basic » Custom CSS Box add CSS

    @media screen and (min-width:768px){
      .home.has_trans_header .header{ position:relative !important}
    }

    Regards,
    Shri

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

    Hi Shri,

    Thank you very much!! All issues solved!!

    Regards,
    Vanessa

    #100732
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Great 🙂

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