Andre
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] category descriptionshttps://en.support.wordpress.com/posts/categories/
Go to your Dashboard.
Hover over the Post tab. You will then see a drop down menu of Categories.
This will allow you to add the categories you need.Also in the widgets you can edit how the categories will display on the live site.
Hope this helps you out. Let me know
Forum: Themes and Templates
In reply to: [Theme: Theron Lite] Text background colorLet me know if this works. Im not sure what color you exactly want because your going to have to change the text color on the #thn_welcom. you can try adding
color: white
to the#thn_welcom
.midrow_blocks { background: none repeat scroll 0 0 #111; } #thn_welcom {background: none repeat scroll 0 0 #111;}
Forum: Themes and Templates
In reply to: [Spacious] How to add text above the 'read more' buttonI use this same theme too.
In the dashboard, go to Appearnace->Theme Options.
Head on over to the Slider Tab.
To use the slider, first check on the Check to activate slider to activate the slider.
Upload the image # 1 for the first slider. Similary, add the correspondind slider title, slider description and redirect link. You can link to a link within your site or outside of your site.Hope this helps.
Forum: Themes and Templates
In reply to: [Vantage] Edit the "More Info" text in Circle Icon WidgetCan you provide a link to the site.
Forum: Themes and Templates
In reply to: Transparent Featured Image Hover CodeI didn’t get the website. Its not showing. I would like to help.
Forum: Themes and Templates
In reply to: [isis] Can we change the header background color to White?Yes you can change it.
Try going in the css and typing in
#top_row { background: #fff; }
Forum: Themes and Templates
In reply to: Fixing footer at bottomIt depends on what you would like.
What would you like to be done to the footer.
Can you provide an address to the website.Please. Thank you.Forum: Themes and Templates
In reply to: [Techism] Change text colorto change the look of the text choose
p { font-family: serif; }
or the typography style you want.
Forum: Themes and Templates
In reply to: [Techism] Change text colorYes there is a way to change them. You would have to go in the style.css file but you would first need to know which text you would like to select.
This is a general way to change all the text color
p { color: red; }
change the red to the color you want
or links with
a { color: red; }
Forum: Themes and Templates
In reply to: [Fruitful] Make image full widthHey meikana,
What is the name of the website?
There are different ways to do this. You could go in the code which is the css and change the width to 100%
example
img { width: 100%; }
Forum: Themes and Templates
In reply to: [Hueman] how to change font colour in headerto change the light yellow header you would select in the css
#header { background-color: blue; }
or whatever color you would like.
It would be best to create a child theme so when you update the theme it wont overwrite this customization.
Forum: Themes and Templates
In reply to: [Hueman] how to change font colour in header.site-description {
color: #000000;
}This will make the
Dog Fest and Walk-a-thon Fundraiser for Hopeful Hearts
turn to black.
What color would you like to change the header to?
Forum: Themes and Templates
In reply to: Modify the Margin on the HeaderI think you might have to edit code in the php
Forum: Themes and Templates
In reply to: Too much space between header and main contentyour very welcome!!!!
Forum: Themes and Templates
In reply to: Too much space between header and main contentno thats just the HTML that has the CSS navigation.
try this then
navigation {
margin: 95px 0px 0px 0px;If it doesnt work let me know