Button text size

Posted in: Newspaper
Post count: 16

Hello,

thank you very much for new button shortcodes that came with Multi purpose plugin. I have 2 questions:

1. Is it possible to use this shortcode even in posts. Recently I have to use Visual composer together with TD composer (which is not recommended, I know) because VC has button shortcodes that I use in posts. It would be fine to use TD button shortcode in posts and to finally deactivate Visual composer.
2. Is there a way how to style button text size? It is quite small now.

Best regards
Andrea

Post count: 20688

Hi,

Glad you appreciate the new elements, we will try to add more in future updates along with other features.

The tagDiv composer cannot be used on posts, only on pages. Buttons in the post page could be created like this however
https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
You could increase the text size for this kind of buttons like this
https://www.screencast.com/t/fice7DX5f

.single .td_btn {
font-size: 25px;
}

Custom codes can be entered in Theme panel->Custom CSS section.

Thanks

Post count: 16

Thank you for the answer, but let me ask yet one thing – I know i can’t use tagdiv composer on posts, but can i take only shortcode like this

[tdm_block_button button_text=”Button text” button_size=”tdm-btn-lg” tds_button1-background_color=”#000000″ tds_button1-background_hover_color=”#4db2ec” button_url=”/” content_align_horizontal=”content-horiz-center”]

and paste it into post? I tried it and it worked. If it is impossible because of any reasons than I will use custom buttons (Default) on posts as you have suggested. The only problem with it is its color on hover. Is there any way how to change it? Ideally to theme accent color.

Thank you very much for your help
Andrea

Post count: 16

P.S. Which code should I add to Custom CSS section if I want to enlarge text size of Buttons from Multi purpose plugin (not default Buttons on posts)?

Post count: 16

It’s me again – I have found code in template css to change hover color, altered it and put it into custom CSS. Here it is:

.td_default_btn:hover,
.td_round_btn:hover {
background-color: #4db2ec !important;
}

So now only the problem with multi purpose buttons text size remains.

Post count: 20688

Hi,

Indeed it will work, that could be a solution if you consider it. It would be impracticable for others maybe. Multi-purpose buttons have font settings in the theme panel, these are general settings
https://www.screencast.com/t/xMSnq3eE0g4
I believe that is a large button so you can make the font changes accordingly.

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.