post title
- The topic ‘post title’ is closed to new replies.
Need help? Check out our Support site, then
hi how can i change the post title size only in the post page?
via CSS
Thanks
for example:
this pic
https://saleemalbeik.files.wordpress.com/2014/10/screen-shot-2014-10-04-at-1-12-33-pm.png
in this links
http://horria.net/2014/10/04/toumavi/
The blog I need help with is: (visible only to logged in users)
Hi!
Try with the following code:
.single-post .title {
font-size: 20px;
}
Hi
it didn’t work.
Hi
i added “!important” to the code and it worked.
but i need now to separate a pit between the 2 lines of the title because they are so close.
thanks
Hi
i found it myself and it worked.
regards