THELITTLEi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing site colors using child theme NOT workingso it’s official, only the very FIRST commands saved and ftp’d over within the style.css render. ANY changes after that do NOT work at all. I reset the entire site last night and started fresh today to have the same issue(s). One thing I did notice is that when I first saved the child themes style.css i did so as a (.txt) file with the ‘style.css’ title. However, the SITE’s current style.css is saved as “style.css” with (All) file formats selected. And the issue persists. So as you look at the site, the first bits of code that were ftp’d over are:
.site-main .widget-area { float: left;} .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta { padding: 0 60px 0 376px; }(WORKS/\)
Which work as you can see. But when I attempt to ftp simple color changes AFTERWARDS such as:.navbar { background-color: #83D692; } .widget { -moz-hyphens: auto; background-color: #83d692; font-size: 14px; margin: 0 0 24px; padding: 20px; word-wrap: break-word; }(DOES NOT WORK/\)
They DO NOT work.Im officially going insane.
Forum: Themes and Templates
In reply to: Changing site colors using child theme NOT workingHi Jan,
sure thing, it is currently a temporary site.
/* Theme Name: Twenty Thirteen Child Theme URI: Description: Twenty Thirteen Child Theme Author: Author URI: Template: twentythirteen Version: 1.3 Tags: Text Domain: twenty-thirteen-child */ @import url("../twentythirteen/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */Side note: I have deleted and re-added the twentythirteen-child folder and style.css a couple times now both from the local and remote site. The results are inconsistent. Once, I was able to change the header/menu border color and when I went to continue changing other borders’ colors, the changes ceased to show. I’m beginning to wonder if it has something to do with an update to the twentythirteen theme; as it’s been a few months since I’ve had to customize one (twentythirteen is my go-to theme that i’m familiar with).