batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Twenty Fourteen] How to change page button colors?There is a good plug-in called fourteen colors that will help with that.
Forum: Themes and Templates
In reply to: [P2] How do I make the main post area smaller?These will create space between the main content and the sides of the content area.
#main { padding-left: 14px; padding-right: 25px; }Forum: Themes and Templates
In reply to: [P2] How do I make the main post area smaller?Try this to get the content to the grey sidebar.
#sidebar { width: 194px; }Forum: Themes and Templates
In reply to: [Striker] Location of Striker Primary Sidebar Widget css#secondary { background: #EFEFEF; float: right; margin: 1em 1em 0; padding: 2em 2em 0; position: relative; width: 16%; border-radius: 0.4em; }Forum: Themes and Templates
In reply to: [Twenty Fourteen] black left sidebarThere is a good plug-in called fourteen colors that will help with that.
Forum: Themes and Templates
In reply to: Spacing text around images on WordPress pagesTry adding the TITLE as a heading, the DESCRIPTION in a paragraph and style the HR with clear.
<h4>Past supporters</h4><br /> Thank you to the following suporters who have previously funded our programs. <a><img class="size-thumbnail wp-image-287 alignleft" src="/wp-content/uploads/2014/01/_Logo_RGB_pos-150x150.jpeg" width="150" height="150" /></a> <h5>TITLE</h5> <p>Description here</p> <hr style="clear: both;" />Forum: Themes and Templates
In reply to: New To WordPress (Template restrictions) should I buy?IMO, those who say WordPress doesn’t limit you are MOSTLY right. You are limited by your knowledge of PHP and CSS the 2 coding languages used for functionality and styling respectively.
That being said it is fairly easy to customize templates just by moving PHP snippets from one part of the page to another and CSS styling with plug-ins or child themes (child themes are pretty much mandatory if your editing PHP files).
And this forum is very helpful if and when you have questions.
If SEO (search engine optimization) will be a concern then flash is definitely a no no.
Forum: Themes and Templates
In reply to: Footer Widget Font Size.widget h3 { font-size: 16px; }Forum: Themes and Templates
In reply to: Footer Widget Font Size.footer-wrap a { font-size: 12px; }Go into Appearance > Theme Options
Click on Header and you can upload a logo there.
That logo will then link to your homepage.Forum: Themes and Templates
In reply to: twenty-fourteen remove underlined linksIf you use a child theme it can go in the style.css if not use a custom css plug-in.
Forum: Themes and Templates
In reply to: Padding in Customizr Header.navbar .navbar-inner { top: 0; padding: 0; }Forum: Themes and Templates
In reply to: Fix a repeating background to prevent scrollingIt looks like your using a child theme so you can add that directly to the style.css under Appearance > Editor.
Forum: Themes and Templates
In reply to: twenty-fourteen remove underlined linksFor the images:
#content-sidebar .widget { margin-bottom: 0; }Forum: Themes and Templates
In reply to: Changing link underline weight or color?a { text-decoration: none; border-bottom: 1px solid #ff0000; }