• Hello! I am loving the Minimal Grid theme so far. I am using it just as a photo gallery with a few pages for more info. Is it possible to overlay the title on top of the photo to compress the tiles a bit more? Or even the title above the photo would be okay.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alsnou

    (@alsnou)

    also is it possible to remove the category from showing up on the home page under the post’s image? And lastly, how do I change the title size of posts/pages? I’ve tried a few combinations of:

    .site-title {
    font-size: 2rem;
    }

    to no affect. Thanks in advance!

    Thread Starter alsnou

    (@alsnou)

    I just figure out that changing information in the stylesheet doesn’t do anything, I’ve changed things in the “additional CSS” page and I was able to change the title size.

    However, I’m still having trouble with overriding certain things, for example, if I want to change the font family of the site description, I can use:

    .site-description{
    font-family: ‘Roboto’, sans-serif !important;
    font-size:100px !important;
    }

    which only changes the font size, but not the family. This is also true for changing the color of the entry-title with

    h2.entry-title {
    color:#fff !important;
    }

    and lastly, how can I remove the categories from showing up on the home page? I have turned “off” categories in the theme options, but they are still showing up. Please advise!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Title’ is closed to new replies.