Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Noumaan22

    (@mindhacker2)

    no reply???? ??

    why are you unable to use the editor?

    you can DL the files to your computer, edit them, and reupload them to your server using ftp (like filezilla) or a file manager if your host offers….

    But really, I’d be trying to fix the issue with the editor if you have one

    Thread Starter Noumaan22

    (@mindhacker2)

    I cant find title script in editor as i am not good in Html Css & PHP.

    ah, well, if you are going to edit things like font size…or anything in a theme really, you will have to learn some code. That’s the only way to do it… (unless you find a theme with custom options)

    in your theme, in style.css, the post titles are controlled here

    .title {
    	margin: 0 0 8px 0;
    	padding: 0px;
    	line-height: 22px;
    	font-family: Arial, Verdana;
    	color: #0b0909;
    	}
    
    .title a {
    	text-decoration: none;
    	color: #0b0909;
    	}
    
    .title a:hover {
    	text-decoration: none;
    	color: #40a0ae;
    	}

    Thread Starter Noumaan22

    (@mindhacker2)

    Thanx but whn i change my font style as
    line-height: 66px;
    font-family: Georgia, Verdana;

    nothing happens

    I’m looking at your css right now…..nothing has changed…..

    Thread Starter Noumaan22

    (@mindhacker2)

    actually first i try at https://demo.awamiweb.com/ then i implement that thing to main domain. ??
    sorry check my sub domain it has also same theme.. i change font size

    if you want the font size different, you may need to add that in to your css

    font-size: 30px;
    (change to whatev size you want)

    don’t forget to press ctrl+f5 while looking at your site to see css changes

    Thread Starter Noumaan22

    (@mindhacker2)

    I am trying to edit temp but something goes wrong in my temp… hav a look

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to Change Post Titile Font Style & size’ is closed to new replies.