Okay
  Public Ticket #1547684
Layout and configuration
Closed

Comments

  • XuanaC started the conversation

    Hello,

    I've been trying to change the colour behind the logo on the Child Template 7 (education) and have been unable to find where to do this even if I've changed the colours primary colours of the theme. It remains pink.

    I also have a Discover button on the home page that doesn't change colour, the Our Services button as well.

    I've also been trying to have the search bar disappear and that is nowhere to be found.

    And finally, on pages other than the home page, like contact or services, there is a blue overlay on the top banner that I can't get rid of. Is there anyway you could guide me through these please ?

    Thanks a million !! 

  •  604
    WordPress replied

    Hi,

    1 Logo: I use it as background. You can change it in css:

    .header-v7 .header-logo {
        background: url(//cdn-hn.arrowpress.net/aki/wp-content/themes/aki/css/../images/logo7_bg.png) no-repeat;
    }
    2, 4: Can you provide an admin account so I can check for your problem?

    3 Hide search: You can go to Aki Option -> Header -> Header type -> Select Header type 1 -> Select [Header 7] Show Search -> Off




  •   XuanaC replied privately
  • XuanaC replied

    Can you also tell me what is the ideal logo size for the Header 7, in pixels ? 

    Thanks a million !

  •  604
    WordPress replied

    Hi,

    You can add css in child theme:

    .header-v7 .header-logo {
        padding: 6px 25px 10px 0;
    }
    .header-v7 .header-logo img{
        width: 100px;
    }
    Can you provide an admin account info so I can check for your problem?

    Thanks,

    Alex Vũ


  •   XuanaC replied privately
  •  604
    WordPress replied

    HI,

    Account name ???


  •   XuanaC replied privately
  •  604
    WordPress replied

    Hi,

    Discover button: Button chagle primary color.

    Background color breadcrumb: You can edit in Aki Option -> Skin -> Breadcrumb -> Background Ovelay


    Thanks,

    Alex Vũ


  • XuanaC replied

    Hello Alex, 

    Thank for your reply. 

    I still cannot find where to change the colour of the items on the screen shot : 

    #1 - the blue shadow of the discover button on the left. 

    #2 - the orange colour of the Nos Services button on the right of the picture. 

    Also, it seems like the settings are all ok, but when i hover over the menu, nothing happens. The text does not change colour. Could you please help with this as well ? 

    Thank you, 


    Xuana




  •  604
    WordPress replied

    Hi,

    You can edit css in child theme


    Thanks!

    Alex Vũ