Tagged: , , , ,

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

    Hi there,

    at the moment both the ‘grid entry title’ and the ‘blog entry post title’ inherit the h3 tag. However, I want the portfolio grid entry title font to be bigger than the size used for my blog posts highlights. These can be seen on the home page of my site…. http://www.andpeck.co.uk

    How do I change this?

    Regards

    Andy

    #138206

    Hi Andy,

    Try adding this code to the Quick CSS:

    .grid-entry-title{ font-size: 3em; }

    Change “3em” for the desired size (ex: 4em, 5em, 6em).

    Regards,

    Josue

    #138207

    Hi there,

    Im afraid I already had that in my CSS but its ignoring it despite me including !important

    I wonder if I were to use a CUSTOM CSS CLASS with the name custom name being ‘portfolio_grid’. Could this work and if so what CSS should I use. Or is there something else wrong?

    Cheers

    Andy

    #138208

    Hi Andy,

    You are using !important the wrong way, do it like this:

    font-size: 2.5em !important;

    Regards,

    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing dedicated h3 components’ is closed to new replies.