How do i edit the font inside the buttons: "Befriend", "Message" "get Email "Share" etc.. I cannot figure out how to edit the text inside these buttons.
How do I hide some of the buttons on the members profile page? I want to hide some of the buttons: Greting, Get Email, etc.
Can I edit these buttons to be larger and just use an icon instead of text?
|
The text can be changed with the language keys. go to yoursite.com/administration/lang_file.php
Use the filter box to search for your language key. You may find more than one language key so if you are unsure you can list here.
As for the action buttons, you either have to edit the database or use one of the modules in the market. I have one of the action manager modules myself and you can simply move the buttons to inactive.
Geeks, making the world a better place |
I will give that a try. What about the actual font inside these buttons? I have the Hypernova theme which allows me to change all the fonts very easy. However there is no option to change the font inside these buttons. |
I will give that a try. What about the actual font inside these buttons? I have the Hypernova theme which allows me to change all the fonts very easy. However there is no option to change the font inside these buttons.
I don't know about Hypernova, contact them. I do those that you need to change the language key; they will be listed as system keys.
Geeks, making the world a better place |
I looked at the language keys and it does not have any where to change the font.. I do not need to change the wording.. I want to change the style, the actual font.
|
The templates CSS files.
Given that's a 3'rd party custom template that not many of us have. I don't, so i can't tell you.
For 3'rd party stuff the first stop for help is directly to the developer. https://www.deanbassett.com |
You can try the following trick:
Edit the respective language key and wrap its contents into <span> tag with CSS styles assigned. For example
<span style="font-size: 8pt;">Get E-mail</span>This way you can alter the font via CSS of that wrapper.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Anton LV, thanks, I will give that a try!  |