Editing theme
-
Hi there. I am a new user and recently installed Garden by MerT Ural (https://themes.wordpress.net/columns/1-column/1449/garden-theme-10/). The designer’s contact page is in a language I don’t understand so I’ll try here.
Question: I have made some changes to the template. https://draghnflyte.com/WordPress/index.php
I cannot, however, make the text color for the post title change. Here is the section of code:
#preamble h3,
#supportingText h3 {
color: #284C00;
background-color: #ddd;
background-image: url(images/stone_21.gif);
background-position: bottom center;
background-repeat: repeat;
font-size: 14px;
line-height: 19px;
letter-spacing: 3px;
text-transform: uppercase;
margin: -10px -10px 4px -10px;
padding: 3px 5px 3px 5px;
}
Yes, I know it should be “color: #248C00;” but changing the number doesn’t change the color. I’ve banged on this for hours. Help!Thanx bunches!
Additional query. In my WordPress theme viewer, this theme is shown with the entirety of its code. How do I get rid of all that and just show the title?
draghnfly
(klg)
- The topic ‘Editing theme’ is closed to new replies.