Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1417220
Bulleted text is smaller
Closed

Comments

  • William Young started the conversation

    Hello, I've purchased the Soledad theme and I like it, but have one question: when I place bullets in front of text, the bulleted text becomes smaller than the body/paragraph text. How can I keep the bullet text the same size as my paragraph text size. i didn't see an option in the Typography area. Thank you, Bill Young. [email protected]

    Here (below) is a sample of what it looks like when I place bullets in front of text. (also the url I included shows this). Notice how the text is normal and then gets smaller where it is bulleted.

  •  2,699
    PenciDesign replied

    Hi,

    I see you're using a custom css code:

    p {
        color: #000;
        font-family: 'Helvetica';
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        padding-top: 17px;
        padding-left: 27px;
        padding-right: 6px;
    }

    You should remove this line:

    font-size: 17px;

    And change font size for body text you want via Customize > General Options > Custom Size Of Fonts in Posts


    Best Regards,

    PenciDesign

  • William Young replied

    Hi thank you for the reply, but can I clarify something? When you say I'm using a Custom CSS and I should remove :

    font-size: 17px;

     I checked in Appearance > Customize > Custom CSS and there is nothing there. Is there somewhere else I would find the font size attribute? 

    Thanks very much .

  •  2,699
    PenciDesign replied

    Hi,

    Maybe it came from a plugin from you. Let's deactivate each plugin to check what's plugin render this custom CSS.


    Best Regards,

    PenciDesign