ronangelo
ParticipantForum Replies Created
-
add this in your Custom CSS
.bgimage-excerpt .slider-entry-wrap {
background: rgba(0, 0, 0, 0.4);
}you can replace the
0.4with a number from0to1.0is transparent and1is opaque. the default in graphene is0.8You can add this in the Custom CSS or Child Style.css
.home .entry-content {
text-align: justify;
}add this css to remove the top margin
body {
margin-top: 0 !important;
}add a
<br /><div>Top Menu Code</div>
<br />
<div>Ad Code</div>install the widget logic plugin
http://wordpress.org/extend/plugins/widget-logic/screenshots/
use the code
is_home()In reply to: How to change login link in "You must be logged in to post a comment"
August 22, 2012 at 9:10 pm #31191open your ftp or webhosting’s cpanel to manually edit the functions.php of your child theme.
I’m seeing these codes on your site.
#header_img_link {
height: 198px;
width: 60px;
}maybe you added it on the Custom CSS options.
you can either remove that or change the 60px to 100%
In reply to: Semi-Transparent Background & Effect on Text in Homepage Panes and Widget Areas
August 21, 2012 at 4:43 pm #32049If you don’t want to have to create a child theme then you can just put all your
css codes in
graphene options -> display -> custom css1. You can also just remove every transparent.png you used and replace it with this code.
This speeds up the site by not needing to transfer a png file.
This also answers your questions no. 2 and 4
#container {
background: rgba(200, 200, 200, 0.7);
}3. you can use a different background for the text.
This changes the background for the titles and paragraphs.
.homepage_pane {background: #FFF;}This only changes the background for the paragraphs.
.homepage_pane > .post-excerpt {background: #FFF;}5. You can place the images inside a table, adding 2 small images on a single cell.
There are two extra text widgets on the homepage hook
