Hello
Thank you for contacting us
Please try to use <strong> tag
Ok, Lets try with css.
Please tell me which view you use?
Thread Starter
BPSM
(@bpsm)
Hi, I use the view Blocks Toggle Up/Down.
Please go in portfolio_front_end_view.phpfail
find this code
.wd-portfolio-panel_<?php echo $portfolioID; ?> .description-block_<?php echo $portfolioID; ?> span {
you will find 3 of this codes, you need the first one
under that code you will see 3 parameters
padding
margin
font-weight
So you should add this
font-weight: bold;
Thread Starter
BPSM
(@bpsm)
I believe you mean “portfolio_front_end_view.php” and not “portfolio_front_end_view.phpfail”.
I have added font-weight as the third line:
padding:2px 0px 2px 5px;
margin:0px 0px 0px 8px;
font-weight: bold;
How do I control/set bold text in the decription field. Do I control it with tag b or strong or ?
Thanks in advance.
Yes it’s portfolio_front_end_view.php
Now you just need to write your text and it will be always bold in front end
Thread Starter
BPSM
(@bpsm)
I’m not interested in bold only. Can’t you make it so its possible to have some text in bold and some text in normal mode ??, ie control it via tags ?
Ow ok, then I was right, you need to use HTML.
If <strong> is not working that can be blocked from your theme settings.
I will write you by e-mail what to do.
Could you also let me know how I can add the bold option in description, please? I am using Kallyas theme and it seems to be blocking that function as well.
Thread Starter
BPSM
(@bpsm)
Use this syntax in the description field:
< strong style=”font-weight:bold;”>Your Description</strong >
Thanks very much. That worked perfectly for me.