Home>Support>Change font “paragraph” and “Title 1”. Theme “Hueman”.

Change font “paragraph” and “Title 1”. Theme “Hueman”.

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi Andrew

Thank you for your work and your help.

I’m doing the website of the “free technologies congress” of Venezuela. (I’m a designer, I’m not a programmer).

I am using the theme hueman. When you activate the “Page Builder” plugin. Change the font, a smaller and lighter. I would place it in its original size.

I would also like to change the title 1. The theme has enabled the font “Lato” (I think 600). I gustarpia place to “Lato 300”

Grateful for the help you can give me. Best regards.
Alexander Buzek

P.D .: I activated the plugin “SiteOrigin CSS”

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Alex,

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 9 years, 3 months ago AlexB3D

    Hi Alex :¬D

    Do not place the links. Sorry. (I’ve been a little busy with CTL)

    This is the page.
    http://www.ctl.org.ve

    The original theme changes the font size. If screen, the text is large. Smarphone if it is small. With the plugin enabled, does not change the font size.

    Up the original source.
    https://yadi.sk/i/Z7maoacGqYtKW

    Is there any way to keep the original source?

    Thank you!!

  3. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Alex,

    I have not had a chance to review the links you’ve sent me. Just to confirm, do want those links to be visible to other people? (rather, do you mind?) If you don’t, I’ll edit your post as soon as you tell me.

  4. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Alex,

    Okay, so based on the code I don’t see anything directly interfering with the styling of the headers outside of the h1 – so yeah, the h1 is being affected. The media queries to handle resizing the font looks to be not affected. The only real issue I can see is the issue described in the header. Oddly, this also isn’t touched by the plugin but, regardless, we can “force fix” it via CSS.

    If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .panel-grid h1 {
    	font-weight: 600 !important;
    }
    
    .panel-grid h2, .panel-grid h3, .panel-grid h4, .panel-grid h5 {
    	font-weight: 300;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  5. 9 years, 3 months ago AlexB3D

    Hi Alex.
    I will try to be more specific. Excuse my Google-English. (I’m going to snail’s pace :-)

    The theme has the font “Lato” default.
    https://yadi.sk/i/ysB5a0lPqYuSX

    Typography paragraph “

    “. In the plugin, it is smaller and light gray.
    https://yadi.sk/i/i-QLEMn3qYuQT

    “Headline” The default font for the title H1 is “Lato 600”. I would like to have it as “Lato 300” by default.
    https://yadi.sk/i/00WWv5OWqYuTA

    Sub Headline. H4 is unchanged, this perfect.
    https://yadi.sk/i/YMbMV7ujqYuTv

    Greetings.

  6. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Alex,

    Sorry for the delay.

    Did you resolve this issue already? I can’t seem to see the issues described any more. Regardless, Lato 300 and Lato 600 are actually the same font. They just have a different font weight(read: bold) which is measured in hundreds – higher being bolder. As such, the above CSS I wrote should resolve the issue. If you could link me to a page where it’s still an issue I can help you with resolving it but right now, I can’t find any. :/

  7. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Alex,

    Actually, there is something else I can give you that you mind find useful. The following CSS will force Lato 300 on all headers. Please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    h1, h2, h3, h4, h5 {
    	font-weight: 300 !important;
    	font-family: 'Lato', Arial, sans-serif;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  8. 9 years, 3 months ago AlexB3D

    Hi Alex.
    I thought I had already answered. Sorry.

    It is cool. I can make only three more consultations?

    Title 1 How do I change the color? # 860000

    Menu How I can place him chubby source? equal to the blue bar
    https://yadi.sk/i/s2tfDr27qs7hB

    Typography paragraph. How do I get bigger?
    The original theme font is large with the plugin enabled, it gets smaller.
    https://yadi.sk/i/i-QLEMn3qYuQT

    Greetings and thank you very much.

  9. 9 years, 3 months ago Alex S
    Hi, I Work Here

    Hi AlexB3D,

    Please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor.

    Change Post Title:

    .post-title a {
        color: #860000;
    }
    

    Align the sidebar and the content area.

    .home .pad {
    	padding-top: 0 !important;
    }
    .home .page-title {
    	display: none;
    }
    

    Typography paragraph.

    p {
        font-size: 16px !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More