batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Setting max-width for desktopForum: Themes and Templates
In reply to: [Virtue] Change Copyright StatementIt’s in Theme Options > Misc Settings
Forum: Themes and Templates
In reply to: [Virtue] Remove gray image border on shop page.products div.product { border: none; }Forum: Themes and Templates
In reply to: [Expound] Change Font Size?Forum: Themes and Templates
In reply to: Google Web Fonts Render IssueThis is a known bug on Windows systems.
Bug reportAnother option is to serve the fonts yourself and not use Google Webfonts.
Forum: Themes and Templates
In reply to: Yet another question about changing sidebar colorsThe sidebar:
#secondary { background: yellow; }The footer area
.site-footer { background: orange; }Forum: Themes and Templates
In reply to: Google Web Fonts Render IssueYou could try something like this and just add the selectors you need.
h1, #nav-main a { -webkit-text-stroke: .5px #000; } nav li.current > a { -webkit-text-stroke: .5px #089BC3 !important; }Forum: Themes and Templates
In reply to: [Leaf] Background of Header Areaand a small border between the header
I think you mean the blue line between the header image and the menu, if so add a negative value:
.site-navigation.main-navigation { margin-top: -2px; }And for the footer @dmbarber has it almost right, we only want it to affect the top margin:
.site-footer { margin-top: 0; }Forum: Themes and Templates
In reply to: [Leaf] Background of Header AreaThis should get you most of the way there.
#page { background: transparent; } #main { background: #FBFBFB; } footer { background: #FBFBFB; } nav { background: #FBFBFB; }Forum: Themes and Templates
In reply to: Positioning of giffloat: right;
Forum: Themes and Templates
In reply to: locating themes directory when using subfolder for siteUsing Jetpack’s css module will allow some of the mods you want to make.
For removing the leave a comment from pages:
Go into pages > All Pages
Select the checkbox next to title to select all the pages
In the bulk actions dropdown choose edit then click apply
On the next page chose Do Not Allow in the comments dropdownForum: Themes and Templates
In reply to: [x2] fixed table widthTry adding this to the css tab under x2 theme options
.entry table { max-width: 400px; }Forum: Themes and Templates
In reply to: [Coller] header with logo.form-allowed-tags { display: none; }Forum: Themes and Templates
In reply to: [Anarcho Notepad] Date Ribbons and Blog page TitleHave you gone through Settings > Reading and set your home page as static and set a different blog page?
Forum: Themes and Templates
In reply to: [x2] fixed table widthLink to site?