badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Editable CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13331
    titleboxing
    Participant

    How do I go about making css editable in my wordpress application?

    It says “You need to make this file writable before you can save your changes. See the Codex for more information.” and I have no clue how to do so.

    Any help would be GREATLY appreciated. 🙂 Thank you!

    #13342

    Hi titleboxing,
    If you want to add css then you can add it from dashboard -> appearance -> theme options -> design options -> custom css
    From here you just write the css.

    The other way is that you just create a child theme and import the css.

    /*
     Theme Name:   Interface Child
     Theme URI:    https://www.themehorse.com
     Description:  Theme Horse Child Theme
     Author:       Sunil JUng Chhetri
     Author URI:   http://example.com
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  Interface-child
    */
    
    @import url("../interface/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */ 
    

    Then activate your child theme and then you will be able to change the css

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.