Okay
  Public Ticket #931415
Problems
Closed

Comments

  •  2
    Amir started the conversation

    when you enter to portfolio ("work") it displays all the photos from all the catagories... I want the catagory "cooking" will be the main when entering the portfolio.

     i have cople more problems...

    i wnat to put the logo in the middle of the page... is it possible?

    in the about page the main menu buttons are black and with that grey background its not good i want them to be white.

    in the conact page the 3 bars menu icon is white and you cant see it. i want it to be black also the menu pages buttons.

  •  1,558
    Laborator replied

    Hi Amir,

    Can you please share your FTP and site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Amir replied privately
  • [deleted] replied

    Hi Amir,

    I've added a code in Theme Options:


    (view large version)

    This will automatically select Cooking category when users enter in "Portfolio" page.

  •  2
    Amir replied

    Hey i worked thank you...

     i have cople more problems...

    i want to put the logo in the middle of the page (WORK and HOME)... is it possible?

    in the about page the main menu buttons are black and with that grey background its not good i want them to be white.

    in the conact page the 3 bars menu icon is white and you cant see it. i want it to be black also the menu pages buttons.


  • [deleted] replied

    Hi,

    1. Here is the CSS to center logo:

    .main-header .logo-and-menu-container .logo-column {
    width: 99%;
    text-align: center;
    }

    .main-header .logo-and-menu-container .logo-column a {
    display: inline-block;
    }

    The result should be:


    (view large version)

    2. Fixed this by setting this option in page settings:


    (view large version)

    3. There is custom CSS overriding  menu bars color, please remove that in order to work properly. If you want to change the menu skin, simply do that as shown in answer #2