Tempera Theme Mobile Slider Navigation None
-
I have the Tempera wordpress theme installed here https://maxvaluesmag.com/2015/ and I want the slider navigation arrows to work on mobile sizes. Currently, when the site goes to (max-width: 650px) the arrows on the slider disappear. I want them to stay. Note: I don’t want to just change the parent “style-mobile.css” file to achieve this change. I can already do that. I need to be able to edit/add something to my child theme to get it to work. Currently, I cannot get the site to recognize my “style-mobile.css” child file with the following code:
/*
Theme Name: Tempera_Child
Version: 1.0
Description: A child theme of Tempera
Template: tempera
*/@import url(“../tempera/styles/style.css”);
.nivo-directionNav { display: inline; }
Can someone help me out? thanks.
- The topic ‘Tempera Theme Mobile Slider Navigation None’ is closed to new replies.