Okay
  Public Ticket #2866313
how to decrease font size for Post Grid Element?
Closed

Comments

  •  2
    82879625 started the conversation

    Hi,

    I used Post Grid Element on my homepage, i feel the font size is too big, 

    but i don't find any font size option in Post Grid Element,

    if i want to decrease font size, how could i do?  thank you


    bAbx4rR.jpg

  •  8,844
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-post-grid .nectar-post-grid-item .content .post-heading {
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    82879625 replied

    Thanks, the problem has been solved

  •  2
    82879625 replied

    Sorry, i find another question

    when i use 2 columns, the title alignment become left, but i use 4 columns, the title alignment is center

    i hope the title alignment is center when uesd 2 columns ,how to do it?

    tO9fxON.jpg


    9yZ7BPM.jpg

  •  2,960
    Andrew replied

    Hi again,

    Try using the following CSS.

    .nectar-post-grid .nectar-post-grid-item .content .post-heading {
        max-width: 100%;
    }
    

    Regards,