• I am trying to change the size of the title text. I have read through the code (to the best of my limited ability) and cannot figure out what to do. I tried changing the rem text size for h1, but it didn’t do anything. I am new to code, so I might have just missed something. Please help. I also want to change the text size of the sidebar widget headings, but nothing seems to work. I couldn’t find a plugin that did what I wanted either. Please let me know if you have any ideas

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter davidjeske

    (@davidjeske)

    Thank you both for your input. I have no other code in my css plugin. I tried “flushing my cache”, but I am not sure what a hard refresh is. I tried @mashedspuds code as well, but still nothing. I am copying and pasting the code directly into the css pulugin’s area under where it says “enter code”. It seems staightforward, so I am not sure how I could be messing it up, but anything is possible! Do either of you have any more suggestions?

    Hey David!

    Is very strange. Try to insert this code bellow to test:

    body {
    background: red!important;
    }

    This code will turn your background into Red. If it works means the plugin is funcional and the styles are been applied. If not: you may have a problem with your theme or plugins installed.

    Turn off all your plugins except the CSS one and test. If it works, is one of your plugins is messing up with your CSS.

    Test and let us now your findings ??

    Thanks!

    Thread Starter davidjeske

    (@davidjeske)

    Just to make things complicated, that code worked perfectly!
    I really appreciate your continued help with this.

    Nice to hear ?? If you need some help in the future let me know ??

    Thread Starter davidjeske

    (@davidjeske)

    I can turn the background red, but I still can’t change the title size.

    Nice! Some progress ??

    The plugin is working… Use this code to change your widget title size:

    h3.widget-title span.wrap{
    	font-size:30px;
    }

    Let me know if it works.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Change title size’ is closed to new replies.