batharoy
Forum Replies Created
-
.page-title { display: none !important; }Forum: Themes and Templates
In reply to: [Theme: Adelle] getting rid of zigzagsSee if this wors:
.textwidget { text-align: center; } .wp-caption { border: 1px solid #ccc; background: #efefef; margin: 0; padding-top: 1%; text-align: center; max-width: 100%; } .wp-caption p.wp-caption-text { padding: 3px; }Forum: Themes and Templates
In reply to: WordPress website already builtHave you thought about using a plugin for this?
http://wordpress.org/plugins/landing-pages/
http://wordpress.org/plugins/wp-splash-page/Forum: Themes and Templates
In reply to: [Virtue] Error Virtue with woocommerceAre you able to enter the admin panel?
Forum: Themes and Templates
In reply to: [Theme: Adelle] getting rid of zigzagsSee if these help to accomplish your goals.
Make sure you use a child-theme or custom css plugin to make these changes.Remove zigzag:
.side-widget { background: url('');Background:
.container { background: #fff; }If you need further help please provide a link to your site.
Forum: Themes and Templates
In reply to: [Customizr] text margin/paddingTarget the entry content:
.entry-content { padding: 0 5%; }Forum: Themes and Templates
In reply to: Matching .org theme to .comFor the top/bottom space:
#page { margin: 20px auto; }Forum: Themes and Templates
In reply to: [Theme: Gold] Header text alignmentSince you have added some custom css we will need to see the site to help.
Forum: Themes and Templates
In reply to: [Asteria Lite] links are added to the domain.External link structure is
<a href="http://google.com">Google.com</a>Forum: Themes and Templates
In reply to: [Pinboard] Which files are safe to edit?You can actually add includes in your css file.
http://www.google.com/fonts
Read the New to Google Fonts? link in the top right corner.Forum: Themes and Templates
In reply to: Adding TOS and Privacy Policy to footer using iTheme2This will require editing core php files. You will need to make a child-theme and activate it.
Forum: Themes and Templates
In reply to: [Liquorice] Change Liquorice Post BackgroundYou can just enter your edits there and the plugin will place them, if something doesn’t work the way you want just go back in and delete the change.
Forum: Themes and Templates
In reply to: Styling comment-body and IE8I see no <!–[if lt IE 9]> inyour output source to make IE 8 understand html5 tags. And your comment-body class is in an <article> tag.
http://tatiyants.com/how-to-get-ie8-to-support-html5-tags-and-web-fonts/Forum: Themes and Templates
In reply to: [SuevaFree] Custom HeaderYou need to type the path to the file you want.
If the image is already in your media section you can find the direct link address in the edit screen.
It will be on the right side in the save box.Forum: Themes and Templates
In reply to: PHP FilesJust for info ALL php file edits should be done in a child-theme, that way if a problem occurs you can just re-activate the parent theme.