Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #363591

    cabforward
    Participant

    Can you help me figure out why this entire page has bold text:
    http://cabforward.com/web-mobile-app-development/
    ?

    #363723

    Prasant Rai
    Moderator

    Hello 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.

    #363728

    cabforward
    Participant

    I 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.

    #363731

    cabforward
    Participant
    This reply has been marked as private.
    #363732

    cabforward
    Participant

    I 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!

    #363818

    Prasant Rai
    Moderator

    Glad you figured it out πŸ™‚ If you need help with anything else, just drop us a line.

    #811068

    leannevenier
    Participant

    HI 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:

    http://catalyticcolor.com/creative-flow-programs/

    #811440

    Zeshan
    Member

    Hi 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!

    #813026

    leannevenier
    Participant

    Awesome! 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! πŸ™‚

    #813035

    leannevenier
    Participant

    Oh, 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!!! πŸ™‚

    #813134

    Rupok
    Member

    Hi 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/a82g3b

    Hope this makes sense.

    Cheers!

    #813826

    leannevenier
    Participant

    Thank you!! That worked perfectly! Yay!

    Have a great day!! And thanks for the awesome support! πŸ™‚

    #814381

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.