Title change font size
-
Hello,
How can i change the pages titles font size? I’m using the kadence themes’ virtue theme.
Thank you
-
Can you post a link to your site?
Sorry Stephen but the site is not published yet, so i can’t do that.
If you could help me without that, i’ll be grateful.
Without seeing a site, I’m not exactly sure which text you’re referring to, but try this custom CSS (Dashboard > Appearance > Customize > Advanced Settings):
.entry-title { font-size: 36px; }As Stephen mentioned, it’s hard to identify which title or heading you’re referring to.
If you’re using the free version of the Kadence Theme, Virtue; perhaps this isn’t easy to customize and maybe this option is available in the paid version?
Have you tried contacting Kadence Theme’s Support or their Support Forum?
Stephen that custom CSS that you gave me unfortunately didn’t work. As i said before a can’t post a link to the website.
I’m talking about the page title that appears on each page below the topbar.
Can you post a screenshot to Imgur showing the title you’d like to change?
Stephen here is the link with the screenshot. Hope it helps.
Based on your screenshot, the code I provided should have worked. Can you verify that you entered the code exactly as I posted it? Are you using a caching plugin or is your host caching your site?
try this:
.entry-title {
font-size: 36px !important;
}aaal it doesn’t work.
Stephen, yes i’ve entered the exact code that you gave me.
My host is caching my site.If your host is caching your site, you may not see any changes until you force-refresh your browser (see your browser’s documentation).
Are you familiar with a web inspecting tool like Firebug? You could figure out exactly what selector to use.
I’m not familiar with any web inspecting tool.
I’ve tried to force refresh my browser but anything happens.
If the CSS I gave isn’t working and you can’t post a live site, the best I can do is try to give you the tools you need to solve it yourself. Try these resources to learn how to use Firebug:
http://getfirebug.com/wiki/index.php/Main_Page
http://www.w3resource.com/web-development-tools/firebug-tutorials.php
https://css-tricks.com/video-screencasts/15-introduction-to-firebug/@khpura: May I ask why you made a post that was completely identical to mine?
If you’ve made the changes as Stephen mentioned above, how about just doing a hard refresh of your browser/s?
The topic ‘Title change font size’ is closed to new replies.