Post title / grey line

Hello Movin,

I just installed this amazing theme, thank you very much for your theme and for your attention!

I tried to find the answer but i can not find it on the forum:

  1. How i can put the grey line under the logo? I would like to have it on the home page.

  2. I would like to remove the post title on the home page. Just leave the name of the category (i attached an image; i would like to leave only the yellow “promocions” title.

  3. How can i fix the name of the categories without click? I would like to have the categories titles (on the image is the yellow “promocions” title) without click, like the title “about me” that there are on the right sidebar of the demo. Can the categories titles have the same characteristics that have the titles on the sidebar of the demo? Same font, on the left situation (not on the center) with the small line on the left of the word?

The second image is the demo example:

  • Leave POST FORMATS

  • Remove Post Format: Gallery

  • POST FORMATS and ABOUT ME can have the same characteristics? Same font and size. Text and line situation on the left. Title without click.

Thank you so much!

Hi @mvcc,

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

1. How i can put the grey line under the logo? I would like to have it on the home page.

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

div#logo img {
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

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

Thank you Movin to answer me,

is not working. The line is small, only under the logo. I would like to put the grey line to separate the logo with the text on the home page. I have the line on the contact page but not on the home page.

I atached an image.

Thank you so much!!!

PS: I will create a new thread.

Could you please share me your site URL where you want to display it so that i can help you to achieve it?

Yes, of course. The website is www.autoescolaclub.com

I would like to put the grey line under the logo on the “inici” or when you click de logo.

Like the same grey line that there are when you click “contacte”.

Thanks!

Try using the below CSS code to add grey line on home page like your other pages.

body.home div#logo {
    border-bottom: 1px solid #ddd;
}

Amazing! Is working! Thank you so much!!!

You are most welcome here :slight_smile: