Header help

Hi,

I have a few questions but i’ll start with this. I want to get completely rid of the site title in the header so that i only have my menu items in the far left and my social network icons in the far right. I already have this code in my custom css:

@media (min-width: 1024px) { .nav.navbar-nav { float: left; } }
#page .navbar-default .navbar-nav li a { font-size: 18px; padding: 16px 30px; font-family: ‘Roboto Slab’, serif; text-transform: initial; }

Thanks.

Jay

Hi Jay,

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

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

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


#logo {
    display: none;
}

Best Regards,
Movin

Thankyou!

Another question with the header. I’m using Ultimate Social Media Plus (plugin) and i’m trying to show that in the right side of my header on the same row as my menu items. How do i do this?
The php code for the menu is <?php echo DISPLAY_ULTIMATE_PLUS(); ?>

Thanks

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/sparkling/ 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.

Thanks

You are always welcome here :slight_smile: