Tagged: x
-
AuthorPosts
-
October 13, 2016 at 6:35 am #1214482
DoppelpunktParticipantHi,
I have two problems on my page:
http://www.rohstoffmagazin.at/category/wirtschaft-standort/1. I want to add an icon (like the ones in the header: dotted line) to my category post page to the h1 class=”landmark” (Wirtschaft & Standort). Please help me.
2. If I hover the post image on the category site class=”entry-thumb” I want to change the text from “View Post” to e.g “lesen”.
Thank you very much,
MichaelOctober 13, 2016 at 10:01 am #1214796
ChristianModeratorHey Michael,
1. Please add the code below in your Appearance > Customize > Custom > Global CSS
.h-landmark:before { font-family: 'Menu Button Icon Set' !important; content: "\e922"; }2. Add the code below in your functions.php
function change_text( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'View Post' : $translated_text = _e( 'lesen', '__x__' ); break; } return $translated_text; } add_filter( 'gettext', 'change_text', 20, 3 );Hope that helps. 🙂
October 15, 2016 at 2:04 am #1217087
DoppelpunktParticipantWorks perfectly,
thank you very much.Michael
October 15, 2016 at 3:00 am #1217125
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1214482 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
