Hi There,
I was looking to format the Logo Text by having the second word in Bold.
I am wondering what is the best practice to achieve this?
Thanks!
Chris
site : darylstoneage.com
Hi There,
I was looking to format the Logo Text by having the second word in Bold.
I am wondering what is the best practice to achieve this?
Thanks!
Chris
site : darylstoneage.com
Hi Chris,
If you are using the normal “LOGO – TEXT” option with the text entered in (Dashboard > Settings > General > Site Title), then adding this JS snippet in (Theme Options > JS) should do the trick:
jQuery( document ).ready(function($) {
$('a.x-brand.text').html('<b>Pro</b> Theme');
});
In the code above “Pro” will be appearing in bold.
Thanks.
Hi Alaa,
Thanks so much for your quick response.
Worked perfectly!
Thanks again,
Chris
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.