VisualEdgeCreative
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Change font color of Post excerpts on home pageHi,.
First off are you using a child theme? Any chances should be made to the child theme so you don’t loose your changes when you update. Second you have to change the CSS in the code editor. Appearance – editor.
Then in the editor put in the following code. You can change the color to whatever you would like. It is set to black right now..entry.excerpt p {
color: #000000;
}Let me know if that helps.
KristenForum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi, Sorry I didn’t see your reply. I can’t seem to connect to your site now. If you need more help msg me back plz. Thanks.
Forum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi. I decided to quickly try it in the browser. I tried this and it changed the look of your site title.
#site-title {
font-size: 50px;
margin-left: 150px;
margin-top: -10px;
text-transform: capitalize;
font-family: times new roman;
}I tried verdana and georgia too. They both changed the font of the title and looked good in my opinion. Let me know if that works.
KristenForum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi. I will look into this in the morning. It’s getting late. Hope that is ok. I will msg you with any info I find in the morning. Thanks.
Forum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi.
Try this. Take out the text-variant.text-transform:capitalize;
margin-left: 150px;
margin-top: -20px;That makes it look centered vertically and horizontally to me. Let me know if that works. Thanks.
Forum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi, I’m glad it worked for you. To make the site title text not all caps and to move the title over to the right add this to the CSS above.
font-variant: normal;
margin-left: 100px;The margin-left make the pixels whatever you want. Experiment to see where you want the title positioned. Hope this helps. Let me know please.
KristenForum: Themes and Templates
In reply to: [Mantra] Change site title font size and font typeHi I looked at your site and I this is the CSS you should paste into the custom CSS
#site-title {
font-size: 36px;
}Or whatever font-size you would like. Hope this helps.
Kristen (VisualEdgeCreative)