Okay
  Public Ticket #1526056
Initial Setup / Customisation
Closed

Comments

  • Scotthargrave started the conversation

    I am building a site with your theme. I want to use the light version with a fixed menu at the top.

    I am struggling to make changes to the theme. 

    1)I want a White heading background with SOME transparency (so I assume the "overlay" option) but I cannot change the colour so I have a very dark overlay. How do I do this?

    2) I want to change the font colour for the menu options, but where i can change the menu font, size etc, there is NO colour option like there is for heading 1, heading 2, etc. How do I change the font colour for the menu text please - I am wanting to change to a mid gray once I have issue 1 fixed.

    3) I see online that I cannot have the logo in the middle of the page. Please confirm this is still true. If I must have the logo on the left and not centred, please tell me how I move the menu items to be more centred, because the site looks out of balance?

    I have attached a screen grab.

    Many thanks


    Scott Hargrave

  •  2,010
    Ocean replied

    Hello,

    1, Change background color for header: https://oceanthemes.ticksy.com/article/10654/

    2, Change menu color, font size, etc: 

    - Color change in Archi Options: https://oceanthemes.ticksy.com/article/10654/

    - Font change in Archi Options -> Typography: http://prntscr.com/j0ju9y

    3, Logo on left header.

    Thank you

  • Scotthargrave replied

    Thank you, but...

    1) You have not answered my question :o( I know those settings, but they only allow either A- solid colour or B- 100% transparent. I want to have maybe 70% transparent header. How can I do this?


    3) "If I must have the logo on the left and not centred, please tell me how I move the menu items to be more centred, because the site looks out of balance?"

  •  2,010
    Ocean replied

    Hello,

    1, I have a custom css code for your header:

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    /* Header Colors for Desktop version only */
    @media only screen and (min-width: 993px) {
        header{background-color: rgba(255, 255, 255, .6);} /*background color for header static*/
        header.smaller, header.header-bg.small {background-color: rgba(255, 255, 255, 1);} /*background color for header scroll down*/
    }
    

    Thank you