Community Forums › Forums › Archived Forums › Design Tips and Tricks › Executive Pro Theme – Colors, Font Size CSS
Tagged: Executive Pro Theme, font sizes, style.css, theme colors
- This topic has 3 replies, 2 voices, and was last updated 12 years, 4 months ago by
stinkykong.
-
AuthorPosts
-
December 4, 2013 at 9:44 pm #77119
ashu
MemberHi,
I am trying to customize the theme color of Executive Pro and the font sizes of page and post titles, but any changes I am doing on the style.css file is not changing anything on the site.
What might be the problem? It's really frustrating.
Please help.
http://alcortechsolutions.com/rttheme/December 4, 2013 at 10:02 pm #77126stinkykong
ParticipantYou might might be a little more detailed. Maybe mention two or three examples of what rule you're adjusting and what it is you expect to change but aren't able to accomplish.
I notice you have the orange theme selected in the Genesis theme preferences. That means that all the rules that start with "executive-pro-orange" will have greater importance than a rule you add that doesn't contain "executive-pro-orange".
OR you may be experiencing cache lockup with your ISP or even on your local machine that needs to be cleared. What rule change doesn't seem to work?
Web Design by Websentia Web Services
http://websentia.comDecember 4, 2013 at 10:31 pm #77129ashu
MemberFor instance, I was trying to change the color of the footer widget box from grey #222 to match the blue of the logo #072A5E at the following location (hope that's the right place), but it does nothing...
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */.footer-widgets {
background-color: #222;
color: #c8c8c8;
clear: both;
font-size: 14px;
font-size: 1.4rem;
}And I was also trying to change the font size of page and post title from 42 to 32 from here, but nothing happens...
/* Titles
--------------------------------------------- */.entry-title {
font-size: 42px;
font-size: 4.2rem;
line-height: 1;
margin-bottom: 20px;
margin-bottom: 2rem;December 5, 2013 at 6:00 am #77157stinkykong
ParticipantOk, I see those rules but not with your color values. The rules that my browser sees do not come from your theme's style.css but rather from a source related to what appears to be a minify plugin (I'm guessing).
My guess is that there is a plugin or script that caches your styles and is preventing (delaying or masking) your changes. I would expect your style sheet to be at:
http://alcortechsolutions.com/rttheme/wp-content/themes/executive-pro/style.css
but instead, it is
http://alcortechsolutions.com/rttheme/cache/minify/000000/....etc...etc....etc
If you don't have a plugin related to this, then I'd check with your hosting provider.
Sorry, I'm not able to help much with this.
Web Design by Websentia Web Services
http://websentia.com -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.