• Resolved docholliday

    (@docholliday)


    Hi. I’ve noticed that since switching to my new theme, none of my text formating, like Bolding,has shown up. I’ve used it here, and it’s in the HTML, but it’s not showing up in the post. Anyone know what’s going on? “The Reasons”, “What to expect”, and “The aftermath” should all be bolded.

    Thanks for your time.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter docholliday

    (@docholliday)

    Bump.

    look at your source —>

    link rel="stylesheet" type="text/css" href="https://lifecrafting.net/wp-content/themes/yui-mainstream-750/yui-mainstream-750/reset-fonts-grids-min.css" media="screen" />

    thats doing it. Removing that fixes it.

    Thread Starter docholliday

    (@docholliday)

    I’m sorry, but I don’t follow. Where in my theme files will I find this (index, stylersheet?) and what should I delete exactly?

    Thanks.

    did you read what I wrote?

    https://lifecrafting.net/wp-content/themes/yui-mainstream-750/yui-mainstream-750/reset-fonts-grids-min.css

    is a CSS file included with the theme you are using.

    Dont you recognize the name??? yui-mainstream-750

    I realize its early, but we must put on our thinking caps.

    You can either edit THAT file — its inside your current themes directory with the rest of the files.

    OR

    You can remove the call to it by editing all of your theme files and removing this bit:

    link rel="stylesheet" type="text/css" href="https://lifecrafting.net/wp-content/themes/yui-mainstream-750/yui-mainstream-750/reset-fonts-grids-min.css" media="screen" />

    Thread Starter docholliday

    (@docholliday)

    Ok. I didn’t understand the first time that you wanted me to actually delete the file. I thought you had wanted me to delete something IN the file.

    I got it, deleted it, and then understood the implications. I want to be able to use bold, or whatever else, but I want all the formatting information intact. When I deleted that file, it basically just gave me a bunch of text with no borders, etc….though with bolded letters, certainly.

    I’ve put the file back; now I’d like to know if there is any way to alter that file or any other so that I simply can bold, Italicize, underline, or do anything else with my text at will, while still leaving the theme look intact?

    Thanks.


    You can …edit THAT file — its inside your current themes directory with the rest of the files.

    address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

    that is specifically whats causing what you are seeing.

    edit it

    or

    remove it

    Thread Starter docholliday

    (@docholliday)

    Got it. Thanks for sticking with me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Why Is My Text Formating Not Showing Up?’ is closed to new replies.