Home › Forums › BeFit Theme Support › Read me button using the features shortcode
- This topic has 13 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 9, 2018 at 2:26 pm #96171
Hi guys,
where can i change the text of the readme button, when i use the [features] shortcode in a section?
Also is there a possibility to align the button with the bottom side of the features-box? I want all buttons to be aligned horizontally and not aligning with the content of the box (more or less text).
You can’t see it on my live website as i don’t publish it until it is ready.
regards manuel
March 12, 2018 at 5:03 am #96222Hi,
Okay, Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
DaveMarch 14, 2018 at 11:54 am #96532https://imgur.com/a/zzDor
March 14, 2018 at 12:05 pm #96538Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.four_column { position:relative;} .read-more { position:absolute; left:50%; bottom:20px; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); color:#fff !important;}
Regards,
DaveMarch 14, 2018 at 12:11 pm #96542And changing the text of the button? 🙂
March 14, 2018 at 12:17 pm #96544Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.four_column .read-more { color: #fff !important;}
Regards,
DaveMarch 15, 2018 at 2:04 pm #96712Sorry, but I dont want to change the style of the text, but the text itself. I want to translate the text.
March 16, 2018 at 8:44 am #96754Hi,
Kindly refer our documentation.
http://sktthemesdemo.net/documentation/skt-befit-doc/#multi-lingualRegards,
DaveMarch 16, 2018 at 8:51 am #96756Hi Dave,
Sorry, but this does not help me. I only want to change the wording of the specific described button. WHERE can I change the wording? I dont need an option to setup the website in different language versions – I only need to change the text of this specific button.
I am speaking of the black buttons in the picture which contain the text “Read more”.
March 16, 2018 at 9:04 am #96764Hi,
Okay, kindly refer this link below:
http://sktthemesdemo.net/documentation/skt-befit-doc/#homepage-setupHave a look at:
http://sktthemesdemo.net/documentation/skt-befit-doc/assets/img/3.jpg
Regards,
DaveMarch 16, 2018 at 12:12 pm #96785I am not refering to those first four boxes on the section page!
As described above I am using the [features] shortcode to individually display some boxes in one of the 7 sections. And I can’t find any solutuion where I can rename the “Read more” button. I guess it must be embedded in the coding of the [features] shortcode functionality.
March 19, 2018 at 12:53 pm #97019Hi,
Kindly edit inc/custom-functions.php file, go to line number 158 and change it.
Regards,
DaveMarch 19, 2018 at 7:17 pm #97058You did it! 🙂
Thanks!
March 21, 2018 at 5:31 am #97144🙂
-
AuthorPosts
- You must be logged in to reply to this topic.