batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Page layout?You can do it through Appearance > Theme Options
Layout for the 2 column and Styling to change colors and content width.Forum: Themes and Templates
In reply to: [Fruitful] Outline on images.site-content .entry-content p a img, .site-content .entry-content p img { box-shadow: none; }Forum: Themes and Templates
In reply to: Help: similar free theme neededThe default Twenty Fourteen theme can do that, you just need to do a few css style modifications.
Forum: Themes and Templates
In reply to: CSS help – still learning….product-title a{ border-top: 2px solid grey; } table { border-collapse: separate; }Forum: Themes and Templates
In reply to: [Flounder] Turn off author blockYou could hide the info by placing the following code into a child theme style.css or using a custom css plug-in.
.author.meta.vcard { display: none; }Forum: Themes and Templates
In reply to: [Encounters Lite] Colors#showcase-wrapper { border-bottom: 8px solid #000; }Forum: Themes and Templates
In reply to: [Untitled] Remove water marked icons over thumbnails#main .format-standard .single-thumbnail a:after { content: none; } #main .sticky .single-thumbnail a:after { content: none; }Forum: Themes and Templates
In reply to: [zeeBusiness] Clickable Header?Try using the image as a logo instead of a header image. Can usually be done in Appearance > Customize
Forum: Themes and Templates
In reply to: [Shell Lite] Adding images?In your admin panel go to Media > Add New
Forum: Themes and Templates
In reply to: [Ryu] Change link color for entry-meta links.entry-meta a { color: red; } .entry-meta a:hover { color: blue; }Forum: Themes and Templates
In reply to: "Attitude" child theme: How to use Google fontYou have to target the site title specifically. Try this code in your child themes style.css.
#site-title { font-family: Quattrocento; }Forum: Themes and Templates
In reply to: [Expound] Expound Responsive Header CSS Code IssueIf you only plan on doing CSS edits a plug-in would be alot easier than a child-theme.
Forum: Themes and Templates
In reply to: [Expound] Expound Responsive Header CSS Code IssueIt looks like you tried to create a child theme and overwrote the parent theme. Could this be the what happened Willard6?
Forum: Themes and Templates
In reply to: [Fruitful] slider image color dotsThe image location:
wp-content/themes/fruitful/js/flex_slider/images/paging.pngForum: Themes and Templates
In reply to: Twenty Fourteen ColorsThere is plug-in called Fourteen Colors that can do that. Beats fumblin through the css to find the right selectors.