Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Yavor Spassov

    (@ygspasov)

    Hi William,

    For the site title, you can change it to lower case by adding text-transform: none; to the stylesheet of the theme in the following way. If it is easier for you, you can just copy and paste the code at the end of the stylesheet.

    .site-title a, .site-description {
    color: #dd3333;
    text-transform: none;
    }

    However, keep in mind that if you plan to update the theme, any changes to its styles should be made in a child theme. Otherwise the update will replace your styles and you will have to add this code once more.

    Now for the “bar” you are talking about… I think you are referring to the main menu in the header.

    Go to your dashboard, appearance->menus, create a new menu and add pages to it. Then under Menu Settings->Theme Location, place a tick in the box next to “Menu”.

    Theme Author Yavor Spassov

    (@ygspasov)

    I would also suggest that you use featured images for the posts. This way your posts on the front page will be more appealing to the eye.

    Thread Starter William DeGeest

    (@william-degeest)

    Thank you, sir! Sorry if my terminology was off, like I said, totally new to this.

    Thread Starter William DeGeest

    (@william-degeest)

    I must doing something wrong. Went to the style sheet and changed the text-transform to none and nothing changed, so I tried pasting in the code you provided and still nothing. Sorry if I am being a pain over something so minor.

    Theme Author Yavor Spassov

    (@ygspasov)

    Remove your last changes in style.css and do it again. If you can’t track the changes, reinstall the theme to revert to the default styles and continue from there.

    Thread Starter William DeGeest

    (@william-degeest)

    Working like a charm! Thanks much for the help and the great template!

    hello…

    can i change the text size on posts on blog fever theme ?

    thanks

    Theme Author Yavor Spassov

    (@ygspasov)

    Hi mareva,

    You can add the following code to your stylesheet to increase the font size of text in paragraphs, for example:

    .single-post .entry-content p{
        font-size: 2.2rem;
    }

    thanks

    I love the layout of this theme, can I change the colors on the Header background, content background?

    Theme Author Yavor Spassov

    (@ygspasov)

    Hi Tim,

    You can changed them by applying this css:

    .header-area {
      background: red;
    }
    
    .post {
      background: red;
    }

    Change the color to whatever you like.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change Questions For Blog Fever Theme’ is closed to new replies.