Side Bar, Font and Spacing

Hi there,

I have a few questions with this site and i’m hoping you can help.

How do i change the Font Colour and Size of my Site Title? It is currently Grey and blends into the Background to easy.

I only want the Side bar on my Front Page, not the separate article pages, can this be done?

How do i make the spacing between my widgets smaller?

Here is a link to my page :slight_smile:
http://littlewanderluststories.com

Hi,

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

How do i change the Font Colour and Size of my Site Title? It is currently Grey and blends into the Background to easy.
.navbar-brand {
    color: #the_color_you_need;
    font-size: the_size_you_needpx;
}
How do i make the spacing between my widgets smaller?
#secondary .widget {
    margin-bottom: the_size_you_needpx;
}

Regards,

Jech

Hi Jech,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin

Hi Movin,

Thanks, but i could not answer to :

I only want the Side bar on my Front Page, not the separate article pages, can this be done?

Can you answer to janeymae ?

Jech

I only want the Side bar on my Front Page, not the separate article pages, can this be done?

Sure if you have set the front page as static page then just select “No Sidebar” option in the theme Layout options in theme customizer settings then go to static front page edit screen and select the layout as Right Sidebar Or Left Sidebar.