Home Forums Theme support Theme Justness not saving block

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 10 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi

    It is not saving the settings under Customizing/ Layout/Block
    After I save it and go out of it revert back to Full width.

    Thanks

    Edwin

    Hi Edwin,

    the block layout normally is not part of the theme, looks like we forgot to remove the option from the customizer.

    If you want, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    #layout {
    max-width:1280px;
    }

    This has the same effect…

    Thanks that worked.
    I have another question. How to show current menu a different color?

    You can add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    ul#menu .current-menu-item > a  {
    color:#dcdcdc;
    }

    (Please replace ‘#dcdcdc’ with the color code of your choice)

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Theme support’ is closed to new topics and replies.