batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Page And Content Sidebar Colors?At the bottom is fine, just make a comment:
/*This sets all backgrounds to black*/
Right above where you place it. The same should be said for anything you add.
Forum: Themes and Templates
In reply to: Changing Page And Content Sidebar Colors?Since you are using a child-theme, it would go in the style.css
I just notice you may also want to add this so the search bar is visible.
.search-field { background: #fff !important; }Forum: Themes and Templates
In reply to: [isis] Center NavigationForum: Themes and Templates
In reply to: Changing Page And Content Sidebar Colors?If you want everything site wide to have a black background, you can do this:
* { background: #0000 !important; }Forum: Themes and Templates
In reply to: [picolight] Picolight: How to Change H1 Tag ColoreTry This:
h1 a { color: #000; }Forum: Themes and Templates
In reply to: [Theme: Upstart] Can't Change ColorAbsolutely, you can use hex or rgba.
Forum: Themes and Templates
In reply to: Artist Would Like Theme Similar to Website@studiopatrice
I took this on last night just playing around.
It’s based on the theme Techism, and using a child theme.Screenshot of results.
Let me know if you are interested.
EDIT:
Forgot to mention the title is actually text instead of your image, better for search engines and colors can be adjusted easily.Forum: Themes and Templates
In reply to: [Fruitful] Issue : Width overlapping of templateAre pasting it in from a word processor, like MS Word or Libre Office?
This what is being output in your view page source.GOT7Indonesia is now hiring new admins to help keeping our fanbase up to date with GOTIt’s putting hard spaces between each word.
Forum: Themes and Templates
In reply to: [Theme: Balita] random image stuck at the top of pageThe trailing ” /> would normally close out meta tag at the end of the content. I don’t know for sure but it looks like someone maybe pasted a an image link in a place that should be normal text.
Forum: Themes and Templates
In reply to: Want to Move Top Navigation to Bottom of Pagenav might not be the correct element in your case.
You didn’t mention the theme or provide a link so that was just basic info.
It could be navbar, menu, etc…Forum: Themes and Templates
In reply to: [Theme: Upstart] Can't Change ColorThis what I show for that element
#top { background: green; display: block; }Forum: Themes and Templates
In reply to: [Theme: Balita] random image stuck at the top of pageAlthough I don’t have a fix, I’m guessing it has to do something with SEO. This code is being injected in the head of the page. You can see at the end an extra ” /> that also shows on the page.
<meta property="og:description" content="<a href="http://www.onezees.com/wp-content/uploads/2014/01/Skyline-Duck-Blue-LS-Onezee-Blank-copy.jpg"><img class="alignnone size-medium wp-image-125" alt="Skyline Duck Blue LS Onezee Blank copy" src="http://www.onezees.com/wp-content/uploads/2014/01/Skyline-Duck-Blue-LS-Onezee-Blank-copy-300x300.jpg" width="300" height="300" /></a>" />You might try deleting that products page and then building a new one???
Forum: Themes and Templates
In reply to: [Vantage] Change Nav background color per page...page-id-179 .main-navigation { background-color: rgba(250, 0, 0, 0.8); }Your using an ID instead of a Class.
Forum: Themes and Templates
In reply to: Sidebar will not removeAs it is only that one page I would just trash it and try a new one, since you haven’t added any content yet. You might also want to look in Appearance > Widgets and see if anything looks wonky.
Forum: Themes and Templates
In reply to: Converting HTML UI to a WordPress Theme