• Resolved edwardgnz

    (@edwardgnz)


    /*
       Theme Name: Kyma Child
       Theme URI: https://www.webhuntinfotech.com/
       Description: This is a custom child theme I have created.
       Author: Jon Doe
       URI: https://www.webhuntinfotech.com/
       Template: kyma
       Version: 0.1
       */
       @import url(../kyma/style.css);
    
    .page_title h1 {
        color: #13896b;
    }

    I am a beginner and trying to learn how to edit using a child theme. I’ve tried the first method using “custom.css” with the same outcome. I’m trying to test if it will work but nothing happens when I insert a code in “style.css”. I activated the child theme and the code above is in my “style.css” (child theme folder).
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • webhuntsupport

    (@webhuntsupport)

    Hi,

    Please provide site URL first.

    As we looked its working well on our “Child-Theme”.

    So please use any “Custom CSS” plugin from WordPress directory.

    and paste your CSS code into “Custom CSS” editor and save the changes.

    If possible to provide a “Screen-Shot”.

    Let us know for further assistance.

    Thank You

    Thread Starter edwardgnz

    (@edwardgnz)

    https://www.myhomecavite.com
    I was able to change the text color of the footer using custom css plugin.
    Do you recommend using custom css plugin instead of a child theme?

    Thread Starter edwardgnz

    (@edwardgnz)

    .hm_go_top {
        display: inline-block;
        height: 43px;
        width: 43px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #13896b url(images/hm-top-arrow.svg) no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        -webkit-transform: translateZ(0);
    }

    I tried to change the color and it loses the white arrow when I do so using custom css

    Thread Starter edwardgnz

    (@edwardgnz)

    I figured it out thanks!

    webhuntsupport

    (@webhuntsupport)

    Ok,

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Child Theme second method’ is closed to new replies.