• .

    (@lunaelalee)


    Hello, could you please help me with targeting the styling, color and font size CSS in just these certain areas?

    Larger front page anchor menu font size.
    New color front page large blue italic text.
    Smaller main paragraph text size.
    Remove large spaces above and below H1 header text.
    New color for all panels thin blue dividers.
    Smaller text above and below menu items smaller spaces too.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, the following should take care of all these for you. You can adjust as appropriate.

    Larger front page anchor menu font size.

    .main-navigation a {
    	font-size: 0.9rem;
    }

    New color front page large blue italic text.
    Smaller main paragraph text size.

    Looks like you have these taken care of.

    Remove large spaces above and below H1 header text.

    Not seeing any h1 header text. Please point me to what you want changed, if you haven’t gotten it changed already.

    New color for all panels thin blue dividers

    .pique-panel .widget {
        border-color: #cc0000;
    }

    Smaller text above and below menu items smaller spaces too.

    Not sure I understand here. Are you talking about above and below the line underneath the anchor menu?

    • This reply was modified 6 years, 7 months ago by sacredpath.
Viewing 1 replies (of 1 total)
  • The topic ‘Styling CSS (Colors, Spaces, Font Size)’ is closed to new replies.