Change Title of Blog Post fonts, colours and menu fonts

Hey there,

A few questions :slight_smile:

How can we change the blog post title fonts/ colours?

How do we change the menu fonts?

How do we make social media icons bigger?

How do we remove sidebar when clicking on “ABOUT ME PAGE”
For example if in the top menu I have an about me page, or contact me page, how do I remove
the sidebar from those pages, so it is soley one page dedicated to that- with no side bar parts added to it?

How do we create a button leading to the home page on the top of the menu?

Lastly, how do we remove “Theme by Colorlib Powered by WordPress”

Thank you,

Babita

Hi Babita,

I hope you are well today and thank you for your questions.

How can we change the blog post title fonts/ colours?

You can change it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


.entry-title, .entry-title a {
    color: #000;
    font-family: arial;
}
How do we change the menu fonts?

Use below custom CSS code to change it.


.navbar-default .navbar-nav li a {
    font-family: arial;
}

How do we make social media icons bigger?

You can make it bigger using below custom CSS code.


#social a {
    font-size: 22px;
}
How do we remove sidebar when clicking on “ABOUT ME PAGE” For example if in the top menu I have an about me page, or contact me page, how do I remove the sidebar from those pages, so it is soley one page dedicated to that- with no side bar parts added to it?

How do we create a button leading to the home page on the top of the menu?

Lastly, how do we remove “Theme by Colorlib Powered by WordPress”

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin