thomasirwin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Love Travel Template, Redux Framework, ????Somewhere there is a code pulling these other css codes:
@import “css/nicdark_style.css”;
There must be a place where this is pulling before the directory entry of “css/****”
Is it safe to just change this in the main template?
Will updates affect this?
I have copied the CSS/ folder over to the child but it doesn’t change anything. Any idess?
Forum: Themes and Templates
In reply to: Love Travel Template, Redux Framework, ????WOW! Nothing seems to change in this code… What am I missing. If I make changes in the style.css it only changes some of the text. When I make changes in the nickdark_style.css nothing changes.
Here is the code for nickdark_style.css:
/* Author: Nicdark Author URI: https://www.nicdarkthemes.com/ */ @import "nicdark_shortcodes.css"; @import "nicdark_blog.css"; @import "nicdark_menu.css"; @import "nicdark_demo.css"; @import "fontello.css"; @import "animate.css"; @import "magnific-popup.css"; @import "nicdark_commerce.css"; /**************************************************************************** Table of Content *************************************************************************** SOME BASIC CLASSES 1- body 2-container 3-site 4-section 5-grid 6-width section 7-headings tag 8-form elements 9-parallax section 10-visual composer /* 1- START NICDARK FRAMEWORK*/ html{ color: #a4a4a4; } body{ margin:0px; padding:0px; overflow-x:hidden; background-color: #14b9d5;} body.nicdark_boxed_img{ background-image: url(../img/img4.jpg) !important; background-size: cover; background-attachment: fixed; }
[Code moderated]
Forum: Themes and Templates
In reply to: Love Travel Template, Redux Framework, ????Looks like the regular CSS code is actually controlled by a sub CSS called:
nickdark_style.css
There are also another 6 to 8 style sheets that all seem to have separate functions.
I have created a child template and copied the style.css and the nickdark_style.css to it.
I removed the custom css:
.custom-header {
background-size: 100% 100% !important;
}Because it was affecting the header on laptops and causing the header to shrink.
It did partially fix it for my mobile device.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Change sidebar and footer colorThought I would add the full code for changing the footer widget area that I could not change with the Styles plugin:
.site-footer {
background-color: #210B61;
text-align: center;
font-weight: 900;
}The Style: Twenty Fourteen plugin changes the link color, hover color, font styles, and some features that I haven’t figured out yet.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Change sidebar and footer colorOOPS! I missed it up above… This changes the Footer color:
.site-footer {
background-color: #3AD;Still looking to change the main menu bar color.
Forum: Fixing WordPress
In reply to: Removing "Category Archives:" on top of headerDoes anyone know why my posts are showing up as archives? This is just stupid! My old template did not have this issue… Also th text would not center and after an adjustment the consumer view centered and the back editor is locked in short left mode. Really love this template but WordPress has some work to do to fix these bugs and problems!
Forum: Fixing WordPress
In reply to: Removing "Category Archives:" on top of headerHere are two posts to help eliminate the category problem:
https://themesandco.com/snippet/remove-post-iconcategory-archives-header/
https://themesandco.com/snippet/changing-the-title-of-the-categories-archive-pages/
I had the same problem! I disabled ITHEME SECURITY and tried again. It activated instantly and then I reactivated ITHEMES, all is well!