• Resolved ferociousfish

    (@ferociousfish)


    I’ve been having some issues trying to make changes to the style in the child theme style.css file.
    I can make other changes to the site but am unable to make any changes to wp-tiles.
    I can make the changes using firebug but when I copy the changes to the style.css file they do not work.

    .wp-tile-container .grid .tile-byline {
    background-color:rgba(0, 0, 0, 0.796875);
    background-position:initial initial;
    background-repeat:initial initial;
    bottom:1;
    height:28px;
    left:0;
    padding:5px;
    position:absolute;
    right:0;
    }

    Can someone let me know what I am doing wrong?
    Thank you!

    https://www.ads-software.com/extend/plugins/wp-tiles/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi! The styles are not picked up by the browser, because they have the same priority as the styles from WP Tiles itself. Easiest way to solve this is to make the selector one grade more specific, by changing the first line to: .wp-tile-container .grid div.tile-byline

Viewing 1 replies (of 1 total)
  • The topic ‘style.css changes to child theme?’ is closed to new replies.