-
AuthorPosts
-
August 19, 2015 at 12:42 pm #363591
Can you help me figure out why this entire page has bold text:
http://cabforward.com/web-mobile-app-development/
?August 19, 2015 at 3:42 pm #363723Hello There,
Thanks for writing in!
Looking at the source code we can see that you have used HTML <b> tag and that’s the reason why text are appearing bold. Please see:
You need to remove <b> tag from the source of your editor.
Hope that helps.
August 19, 2015 at 3:45 pm #363728I built this page in Cornerstone. The problem is that I see that <b> tag in the source, but I can’t find it in cornerstone. Check it out.
August 19, 2015 at 3:46 pm #363731This reply has been marked as private.August 19, 2015 at 3:47 pm #363732I went into the text editor of wordpress, and found a random <b> tag, not sure how it got embedded, but happy to see it go. Thanks!
August 19, 2015 at 5:37 pm #363818Glad you figured it out π If you need help with anything else, just drop us a line.
February 24, 2016 at 6:02 pm #811068HI there, I’m having the identical problem as cabforward’s issue.
My entire page (only on this page of my website, not on any of the others that I built in Cornerstone or WordPress) is bolded, even though, when in Cornerstone, the text looks like it’s supposed to (ie some of it bolded but most of it not bolded).
I checked the Source page on this page, but I can’t find any <b> or </b> code anywhere, nor can I find those codes in the WordPress Text Editor.
AS I said, when I’m in Cornerstone where I’m building this page, only some of my text is bolded (which I chose to be bolded by using the standard Cornerstone text editor BOLD button or by typing in commands (on Headline elements).
Can you please take a look at this page and see if you can figure out which code is causing my entire page of text to be bolded instead of following the individual codes for only particular parts of the text to be bolded??
Thank you for any help you can provide!!
Here’s the page that’s having the issue:
February 24, 2016 at 10:54 pm #811440Hi there @leannevenier,
Thanks for writing in!
I’ve checked your site and it seems you are missing closing
tag in “What is Flow State?” headline (see: http://prntscr.com/a7mjlx). Please check your page in Cornerstone and add the closing strong tag and the issue will be resolved.
Thank you!
February 25, 2016 at 11:17 pm #813026Awesome! Thank you so much!!
I tried just adding in the closing tag on the end of that Custom Headline within the text box “What is Flow State” but it didn’t work, so I deleted the one I had added before those words and it fixed the rest of the page. (I had this in the Text box before: What is Flow State?
And without adding in the other at the end, it bolded that line so I never added in the 2nd one. But now, adding in the 2nd one within that text box, still makes the rest of the page bolded. So I guess you can’t add CSS code within the text box for CUstom Headlines.Is there a way to BOLD a custom Headline without using the What is Flow State? code
within the text box?There are no Cornerstone text editors for Headlines so you have to use CSS code somewhere to make any changes to font, color, or size, etc. But maybe there’s a way to modify it in the STYLE or other advanced settings below?
Thanks for your help so far!! I’m going to remember to not do that again in the future! π
February 25, 2016 at 11:19 pm #813035Oh, I just realized that this message box converts any of the code with the < strong > into a bolded line of text. What I had before was < strong > WHat is Flow State? with no closing < strong > but adding in the 2nd < strong > doesn’t fix the problem but deleting both of them does. π
If there’s a way to add the bold command for the Custom Headline text, please let me know – thank you!!! π
February 26, 2016 at 12:49 am #813134Hi there,
Thanks for updating. You can select the Custom Headline and place
font-weight: bold;
on the style field instead of adding tag – http://prntscr.com/a82g3bHope this makes sense.
Cheers!
February 26, 2016 at 1:07 pm #813826Thank you!! That worked perfectly! Yay!
Have a great day!! And thanks for the awesome support! π
February 26, 2016 at 11:39 pm #814381Youβre welcome!
We’re glad we were able to help you out. -
AuthorPosts