• Resolved a.scalar

    (@ascalar)


    I am very new to this, and just trying to experiment with some changes to see what I like, but nothing seems to follow through to the main site.

    I have looked through the forum as much as I could and ran through what topics I found (Special thanks to the code posted on the Customizr site for searching the forum works great :)) so far I have not found a fix.

    I have tried various “snippets” with no success. Below is the code that I have been modifying. Since it is nothing special I am assuming that it might be an easy fix. Thanks for the help.

    /*
     Theme Name:     Customizr Child
     Theme URI:      http://nighthawkwelding/
     Description:    Customizr Child Theme
     Author:         John Doe
     Author URI:     http://example.com
     Template:       customizr
     Version:        1.0.0
    */
    
    @import url("../customizr/style.css");
    
    /* hide the circular zoom, keep link */
    
    .home .round-div {
    border-color:   transparent;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll need to post a link to your site for help with CSS issues.

    Thread Starter a.scalar

    (@ascalar)

    I don’t see any CSS changes in your child theme style.css file?

    Thread Starter a.scalar

    (@ascalar)

    Yeah, that’s what I was wondering about. Anyway thanks for the follow up. I’m sure you have a lot on your plate moderating around here. I just removed that code and found that there is another one that contained something beginning with “widget.###” that seems to work. Also got some of the background codes to work once I removed that. Not sure of the why, but at least I can make some changes.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Yet another child theme topic-not showing changes’ is closed to new replies.