• Hi guys, I’m new with WordPress development.
    I download the underscore theme. I code in html5 my home page.
    I managed to insert the header content and footer to the theme.
    but when I’m trying to change my CSS, nothing changes.

    my CSS file is style.css and I don’t have any other CSS file.
    I guess something wrong with my wp_enqueue_style function.

    ill add a link that illustrates it.

    View post on imgur.com


    thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make your changes via the “Additional css” part of the dashboard and not the theme’s files.

    Then add this:

    
    body {
       outline: 10px solid red !important;
    }
    

    Do you see a red border on your website now?

    Thread Starter marvelxx

    (@marvelxx)

    Hi Andrew, is there a difference between making the change in the additional CSS way or trough the CSS.style itself?
    there no red border on my site.
    BTW, the underscore theme is a parent theme I didn’t make him a child theme(because this project is just for showoff in my portfolio.

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

The topic ‘CSS DOSENT TAKE AFFECT’ is closed to new replies.