Font size and colour
-
Hi!
I am very knew to web development and I don’t know much about coding but I’m getting around. I am using the Virtue Theme (free version), and I applied the latest posts plug-in on my blog page. I wanted to know if there’s a way of changing font sizes and colours, and even typography, through the plug-in’s custom CSS field, or even the theme general CSS. I saw previous posts with a similar question and tried the answers, but nothing happened:For font colour:
.wpcufpn_container .title span { color: #fff; }
For font size:
.wpcufpn_container.default .text, .wpcufpn_container.default .date, .wpcufpn_container.default .category { font-size: 1em; } .wpcufpn_container.default .title { font-size: 1.2em; }
I tried however an answer to another issue I had with thumbnail sizes, and it worked when I added it to the custom CSS field on the plug-in:
span.img_cropper { height: auto !important; }
I know it doesn’t work equally on all themes, but I don’t really know where to insert it in the general CSS file (index.php? style.css?).
On the other hand, I am working on a localhost, while I finish developing the website so it is not really published yet. So I took some pictures I don’t know if they might work.
The page where I want to edit my fonts
The index.php file on my theme
Thank you very much!
- The topic ‘Font size and colour’ is closed to new replies.