Mantra Help

  • Author
    Posts
  • #72810

    Hello, ive been using this theme for quite a while now, I just recently started changing a few things.

    1. I cant figure out how to make the corners straight on the sidebar titles.

    2. I would also like the sidebar titles to align left instead of right.

    Ive been digging in the CSS but cant seem to locate the right code. Thanks in advance!

    Test site url: powerupgamesaz.com/wp

    #73345
    Zed
    Cryout Creations mastermind

    1. Rounded corners are part of the theme’s design. To remove them on widget titles you’ll need a bit of CSS:

    body #primary .widget-title, body #secondary .widget-title {
       border-radius: 0;
    }

    2. A bit more CSS handles the second question as well:

    body #primary .widget-title {
       text-align: left;
    }
    body #secondary .widget-title {
       text-align: right;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Mantra Help’ is closed to new replies.