How to hide tag list between H1 and the rest of the page

  • Bodo Olschewski

    #50280

    Hi,

    I just switched a website from old graphene theme to Franz Josef and don’t find out, what I have to do to hide the tag list, which is shown between H1 and the post.

    A second question is, if it is possible to change the height of the nav bar to a smaller value (maybe around 40 to 50 pixels) because I would like to have it less high.

    Is there somewhere a similar comfortable setup area for the main parameters like it was realized in the old graphene theme (1.x)?

    With best regards
    Bodo Olschewski

    Admin

    Syahir Hakim

    #50286

    I just switched a website from old graphene theme to Franz Josef and don’t find out, what I have to do to hide the tag list, which is shown between H1 and the post.

    Go to Customizer > Franz Josef: Display > Posts. You can choose which element to hide there.

    A second question is, if it is possible to change the height of the nav bar to a smaller value (maybe around 40 to 50 pixels) because I would like to have it less high.

    Add the following code to Additional CSS:

    .navbar-inverse .navbar-nav > li > a {
    	padding: 15px 10px;
    }
    .navbar-header {
    	line-height: 50px;
    	min-height: 50px;
    }
    

    Is there somewhere a similar comfortable setup area for the main parameters like it was realized in the old graphene theme (1.x)?

    All options are available in WP Admin > Appearance > Customize.

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

  • You must be logged in to reply to this topic.