• Resolved thetrianglereview

    (@thetrianglereview)


    There are a couple of things I am trying to figure out how to do with the Apex Pro theme

    1. Change tag line font/size
    -I was able to change the site title size but cant get the tag line no matter what i put in
    2. Decrease space between widget title and widget content
    3. Add borders to navigation menu (like the continue reading button)

    Thanks for any help you can provide!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Post your site address

    Sam

    (@soumendra)

    Hello,

    Can you please provide the link to your site so that i can help you regarding that.

    Thank you.

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Apex (and for upgrading)!

    You can make these edits with the following CSS:

    .tagline {
      font-size: 21px;
    }
    .widget .widget-title {
      margin-bottom: 16px;
    }
    .menu-primary-items a {
      padding: 6px 12px;
      border: solid 1px #333;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Please note that some of the space between the widget title and its contents will also depend on the margin-top value of the first element in the content. I can help you with any specific widgets if necessary, but to do that I’ll just need a link to an example.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change tag line font/size’ is closed to new replies.