Agancy theme. Remove the title

Hi, everyone.

Can anybody tell how can I remove the “Sivertoothe creative” line from the headding.
I need only a menu option.

Thanks

Hello @Mixedrom,

Thanks for writing in!

The “Silvertooth Creative” is a logo image. You can change it in X > Theme Options > Header > Logo - Image. You may upload your own logo image.

Hope this helps.

Thank you!
Yes, it helped me.

But can you help me more with Logo?
Is it possible to remove the whole Logo block completely?

I need only navigation layout and nothing more.

Hello @Mixedrom,

If you want to get rid of the logo, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .x-logobar {
    display: none;
}

And if you decide that you want to have the logo in the left side and the menu on the right side, please go to X > Theme Options > Header > Logo And Navigation. You will need to select “Inline”.

Hope this helps.

THANK YOU very much! :slight_smile:

And the last question please.

How can I change the color of the navigation layout?
Not the link text, but the background. By defalt it is grey.

Thank you in advance!
You’ve already helped me so much!

Hello @Mixedrom,

You can change the background color of the navigation by going to X > Theme Options > Ethos.
There should be a color picker that yo can use.

Please let us know how it goes.

Great, but the font color of the menu became very pale.
Where is the option to make them more contrast?
I found the the to fix the colors of the top menu bar but cannot find option for the bottom menu

Thank you!

Hi Michail,

As for the footer and since it doesn’t use a footer builder, it inherits the color from the stack. The only solution is adding this CSS to your theme options CSS with your preferred color.

.x-colophon.bottom a, .x-colophon.bottom .x-colophon-content {
    color: rgba(255,255,255,1) !important;
}

Thanks!

Thank you! I did not expect that I will have so many questions…

Could you tell me, please, how can I reduce gaps between Headding and paragraph?
They are way too big.

Thank you again!

Hi There,

Could you please provide us with some screenshots?

Thank you.

I’d like to change the gap between the paragraph and Headding, (It is like I can put there 2 more lines of text!)

The same problem is the the text, if I make it bold. For example, I’d prefer to remove all the gaps between "1. Bathroom, Smoking Room etc " and the next line. It is enormous.

Thanks

Hi Michail,

Looks like you already figured it out.

Though, if you wish to reduce the spacing in between items then you shouldn’t be using multiple <ol> blocks.

You should only use single <ol> with multiple <li> as items. Example,

<ol>

<li><strong>Dirty and (or) Dusty Rooms<br>
</strong>Dust and dirt are not your Friends in the least. Keep your fish tank clean and your fish will live a long and happy life.</li>

<li><strong>Dirty and (or) Dusty Rooms<br>
</strong>Dust and dirt are not your Friends in the least. Keep your fish tank clean and your fish will live a long and happy life.</li>

</ol>

Hope this helps.

You are awesome! It works.

Should I change the code as well if I want all texts to be even more compact?
I mean the gap between lines everythere on the site.

Yes, you should change that. Because the <ol> tag has a default margin so there is a gap between lines.

Regards!

And where can I change this tag?

Hi There,

To edit the tags, you have to switch to the Text tab:

Hope it helps :slight_smile:

Hi, everybody.

Could anybody tell me how to move the logo next to the menu?

Thank you!

Hello Michail,

Thanks for updating the thread.

  1. Under Appearance > Menus add a custom link.
  2. In Link Text use an tag to place an image/logo on a menu item as the label. <img src="LOGO IMAGE URL HERE" />

  1. Please make sure that the image dimension is small enough to fit into navbar.

If you have any further question, please create a new ticket to avoid confusion and slow response time.

Thanks.

Thank you!

You are very helpful but I cannot match the colors.

When I look at TOPBAR BACKGROUND COLOR and NAVBAR BACKGROUND COLOR it shows me - rgb(128, 183, 212)
But photoshop has another system of color numbers.
I tried to use the screenshot and “Eyedropper Tool” but there is still a difference.

How can I find the proper color?

Thank you again guys!