Logotype issues

Hi, I’m have a problem with logotype. I mark in settings new logotype but is still not work. Do U have any solution for this?

Hello Aneta,

Thanks for writing to us.

Can you please describe more about what you are trying to achieve? Can you please share your page URL with a marking screenshot so that we can advise you properly?

Thanks

So, look on this http://anetakozera.com/
U wanna my login and pass ? Or how U check this?

ScreenShot

Hello Aneta,

I checked your site, it seems that the logo is rendering but due to your custom CSS code it is not displaying since the custom CSS code is hiding the image. Please have a look at the given screenshot below.

I would suggest you go to X —>Theme option —>CSS and remove this custom CSS code to get rid of this issue.

.x-brand {
display: none; 
}

If it doesn’t work for you, please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts

Thanks

Hi,
Thanks for your help.
This deleted some part of code it is working but not in this way how I wanna.
Now I have logotype but in this way like U, on top. But I wanna like in demo verison. On one side.

And guys second issues - Fonts
Look below on screen: I’m mark all fonts on Roboto, but only some of them change style.

Hi Aneta,

If I’m not mistaken your site is base on this demo? There should be a logo on the side of the header like this:

You just need to make the correction on this custom CSS, you can find this on Theme Options > CSS area

@media (min-width: 1441px) {
	.site:before, .site:after {
	    content: "";
	    display: block;
	    position: absolute;
	    background-image: url(http://anetakozera.com/wp-content/uploads/2021/04/logo.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 107px;
	    height: 24px;
	}
}

If you notice this URL http://anetakozera.com/wp-content/uploads/2021/04/logo.png that is wrong. That is why the side logo did not show up.

Change that to this http://anetakozera.com/wp-content/uploads/2021/04/logo-pion.png that is the correct one.

I have check your site font and everything is Roboto, can you clarify what text is not Roboto?

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.