• Hello, I’m just getting started with the Minimalist Theme, I haven’t uploaded anything yet, and would like to know how I can change the size of the page titles on the gallery pages, also the titles in the gallery boxes.

    Is there a way to reduce the space between the menu, gallery title and the image thumbnails on the gallery pages.
    Thank you

Viewing 1 replies (of 1 total)
  • Hello,
    to change the font size of the titles (on all pages and posts) you can try the following code: (insert in Appearance / Customize / Additional CSS):

    .title {
    	font-size: 38px;
    }

    To reduce the distance between the menu and the title try this:

    .page-header { 
            min-height: 0 !important; 
    }

    You can change the caption of the pictures in the galleries (“gallery boxes”-?):

    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption {
    	font-size: 16px;
    }
    • This reply was modified 5 years, 10 months ago by martineller.
    • This reply was modified 5 years, 10 months ago by martineller.
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the size of the page titles’ is closed to new replies.