• Sitebuilder

    (@valetrends)


    So I have a new wordpress blog and it has the theme “multipurpose business”. How can I adjust the size and font of the blog’s title? Here you can see the title is “Valuetrends” but how do I adjust the font and size of that title?

    My second questions is regarding the background image. The background image as you can see is blue around the edges of the pages, where my blog posts are. How can I make this area a little wider and take out more space in the blog view? You know make the white blog post area a bit thinner and the blue area just a little bit wider.

    Also, does this support forum have a specific area where people give feedback on webdesign? If so, could someone help me get to that forum by posting a URL to it?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Joy

    (@joyously)

    Theme questions should be posted in the theme’s support forum, since the developer knows the theme and other volunteers here do not.
    (As for changing the font, you have to load the font file in order to use it, so that is rather involved.)
    Be sure to test your site on various devices and window sizes, as you change things.

    The forums here are for problems, not site feedback.

    Hi @valetrends!

    How can I adjust the size and font of the blog’s title?

    You can change the size and font of your blog’s title by going to the ‘Appearance’ menu on your WordPress dashboard. Under ‘Appearance’ you’ll find a menu item called ‘Customize’. Select that and you should be taken to the ‘Customizer’ screen.

    In the ‘Customizer’, you’ll find that there are several options that the theme has made available for customization. For the ‘Multipurpose Business’ theme, one of those options is ‘General Settings’. Under ‘General Settings’ you’ll find ‘Fonts & Typography’. You should be able to set the font and size for titles there.

    In addition, if you need a specific setting for the site’s title/logo, then you can add custom CSS that will allow you to change that. You can also do that right from the ‘Customizer’. You’ll find that the last item on the menu is ‘Additional CSS’. Try pasting the following CSS code in the field:

    .site-branding .site-title {
        font-size: 24px;
    }

    The default font size for the site title is 32px. You can change that to a lower size, such as 24px.

    The background image as you can see is blue around the edges of the pages, where my blog posts are. How can I make this area a little wider and take out more space in the blog view?

    I can’t find any setting for that in the theme’s settings. However, you can also add custom CSS that will let you override the default settings:

    .custom-background .site, .boxed-layout {
        max-width: 1400px;
    }

    The default maximum width is 1400px, try setting that to a higher number of your liking.

    Also, does this support forum have a specific area where people give feedback on webdesign?

    As far as I can tell, we don’t have a forum for that in www.remarpro.com.

    Thread Starter Sitebuilder

    (@valetrends)

    Ok, good answer Enrique.

    Thing is when I change the font of the titles I change it for all the titles but I only want to change the font for the title of the blog. And not the titles of the articles. Do you know how to do that as well? Maybe CSS?

    Thread Starter Sitebuilder

    (@valetrends)

    Also, can you see that the background where the “popular”, “recent” and “about” widgets are is kind of grey? I want that background to have the same white background as the articles and the title have. Do you know how I could change that? So I get the same white background color for everything? Not grey

    Thread Starter Sitebuilder

    (@valetrends)

    I changed the font to EB Garamond. Unfortunately it only looks good on Firefix and it looks like shit in Chrome :). Is there a way to change that or should I just pick another font for the article headlines?

    Joy

    (@joyously)

    Theme questions should be posted in the theme’s support forum, since the developer knows the theme and other volunteers here do not.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adjusting size and font of blog title and background image’ is closed to new replies.