Trying To Remove Image/Widget? To Ethos Magazine

Hello!

I am not sure what this element is called and despite my googling, couldn’t figure out what it is called. It is the image/widget of the page left of the letter A. Is it possible to remove it?

Any help would be greatly appreciated. Thanks!

Screen Shot 2020-09-25 at 11.04.33 PM

Hey Samar,

Thanks for writing in!

It is an icon and it is present in Renew stack. To get rid of this icon, please go to X > Theme Options > Renew > Blog Options and then you select a transparent color. You may need to select “Creative” option while choosing the transparent color as well.

Hope this makes sense.

Thanks, that did work! Is it possible to shift the title to the left then to make up for the blank space?

Hey Samara,

To shift the title to the left, you need to remove the icon completely, you can do this by adding the following code in the Theme Options > CSS:

.single .entry-title:before {
    display: none;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Hope this helps!

1 Like

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