Body text, page title and padding
-
Hi!
First of all, let me congratulate you for such a beautiful theme. It is pleasant to work and very elegant.
But I am having some troubles.
I cannot change body text and the body text color;
Cannot change the page title size and the padding between the header image and the page title.What I did:
– Created a child theme;
– Disabled all cache related plugins and .htaccess cache
– I keep firefox cache clean;
– Disabled google fonts. I do not use google fonts.The firebug tells me that the body text size is 14px and #767676 even though I changed it to 16px and #444 and even desperately put the important! tag and nothing happened
Here is some code:
body { font: 16px/24px Optima, Segoe, "Segoe UI", Candara, Calibri, "Liberation Sans", "Trebuchet MS", sans-serif important!; color: #444 important!; }
The page title code:
.page-title h1 { margin: 0; font-size: 36px important!; color: #444; } .hentry .title-post { font-size: 36px; font-weight: 400; }
The site is: https://www.detectives.pt/
Please help me!
Thanks in advance for your help.
- The topic ‘Body text, page title and padding’ is closed to new replies.