-
AuthorPosts
-
November 15th, 2020 at 20:37 #109168
website: https://www.schule-am-weisseplatz.de/
article: Ganztagsangebote an der Schule am Weißeplatz starten am 16.11.2020 (first page)
Hello dear community,Since my most recent post on the start page of the above-mentioned homepage, the “read more” button is displayed twice. If I now create a new post, it will also contain 2 buttons. Even if I duplicate an old button that is not, 2 buttons now appear.
Do you have any idea what the reason could be?
November 21st, 2020 at 22:18 #109407ZedCryout Creations mastermindThe lighter, border-only button is displayed by the theme, while the second button is added by a plugin. Since you use CSS optimizations on the site, I cannot guess which plugin it is specifically, but the button is identified with
.iw-so-article-button
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.November 21st, 2020 at 22:38 #109409Hello and thanks for the answer.
I want remove the border only button. Could you explain me how?November 22nd, 2020 at 20:00 #109444ZedCryout Creations mastermindThat button is added by the theme when the site uses excerpts. There’s no direct option to hide it and it shouldn’t be displayed in that particular location anyway, but you can hide it with a bit of CSS:
.iw-so-blog .iw-so-article-excerpt + p { display: none; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.November 22nd, 2020 at 21:54 #109454Thank you for your quick response.
I don’t understand why the buttons appear twice now. As far as I know, I haven’t changed anything. How exactly can I hide the block with green letters and a green frame? (The one with white lettering and green filling should stay.)
Where do I have to enter the CSS lines?November 22nd, 2020 at 21:56 #109455Ah, i found it. Thanks
-
AuthorPosts
The topic ‘read more buttons are double’ is closed to new replies.