batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pink Touch 2] Full sized images and missing header textI see no Title, Description or Heaader image specified, there is nothing to show.
I also see no menu, just the search bar.
This happens on all pages not just the one you linked to.
I would go back through the settings and reset all of that and save it again.Forum: Themes and Templates
In reply to: Color Issues in Chrome vs IEI just checked with the latest versions IE, Chrome, Firefox, Opera.
All of them rendered the same without the green box.
http://s17.postimg.org/msentpvz3/Untitled.pngForum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Page Header size?Default is 48px.
Try this just below the other code.@media (max-width: 643px){ .entry-title { font-size: 22px; } }Forum: Themes and Templates
In reply to: [zeeMagazine] how do I reduce the height of the top part?Try this, change the first value for height adjustment
#head_left { padding: 10px 20px; }I hope that’s what you meant.
Forum: Themes and Templates
In reply to: [Hueman] customize permalinksIt looks like your not putting the / between the tags.
Forum: Themes and Templates
In reply to: [Customizr] Directories for creating new skin colorAre you using the latest version? I do have those directories.
Forum: Themes and Templates
In reply to: [Customizr] Delete space where breadcrumb/page titles wereTry this
.featurette-divider.__before_content { margin: 8px 0 6px 0; }Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Page Header size?See if this is what you wanted.
.entry-title { font-size: 36px; }Forum: Themes and Templates
In reply to: [Tempera] Embeded Content Font Color.gm-style .gm-style-iw div { color: black; }Forum: Themes and Templates
In reply to: [Customizr] Content Area transparentI see you have some experience with css editing.
The 0.6 can be changed to affect the transparency level.#main-wrapper { background-color: rgba(0, 0, 0, 0.6); }Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageMade a mistake on the entry title code above.
.entry-title { font-size: 12px; }Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageI think this covers the link color as well as the hover color, let me know if I missed something.
.categories-links a { color: #1B8DC9; } .categories-links a:hover { color: #ea9629; } .widget-title a { color: #1B8DC9; } .widget-title a:hover { color: #ea9629; } .textwidget a { color: #1B8DC9; } .textwidget a:hover { color: #ea9629; } .date a { color: #1B8DC9; } .date a:hover { color: #ea9629; } .entry-content a { color: #1B8DC9; } .entry-content a:hover { color: #ea9629; } .site-footer .widget a { color: #1B8DC9; } .site-footer .widget a:hover { color: #ea9629; }Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header image@raincitychick
Will work on the link colors and hopefully have something in a couple hours.Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageHowever, can you tell me where I can find it in the Style editor
You should not use the style editor unless you are using a child theme, all changes will be overwritten if the theme is upgraded. If all you are doing is CSS edits then install a custom css plugin.
If you are using a child theme just adding the code to the style.css will override the default.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Change Color of Footer to Match header imageFor the baby-****-brown color:
.site-footer .sidebar-container { background-color: #4f4e4a; }