formatting text
-
I’m trying to change the font. Did find and edit the .css file, which First off, this is the plugin of our dreams. Thanks you, thank you.
I am trying to change the style of the text. I found the CSS the plugins>wp-tiles>_inc>CSS>wp-tiles.css. Added font-family: verdana [see below]
Here’s what’s weird. When I view and change in firebug, it all works fine. But when I change in the CSS, no longer works fine. When I veiw in firebug, after installing the new CSS with the change, it doesn’t show up. What am I doing wrong.
https://www.thegreeneconomy.com/testv1/
.wp-tile-container .grid .title {
font-family: “verdana”;
font-size: 16px;
font-weight: 500;
line-height: 1.2em;
height: 2.2em;
color: white;
overflow: hidden;
padding: 5px;
padding-top: 2px; }
- The topic ‘formatting text’ is closed to new replies.