How can I remove a css statement update secure
-
I use a child theme from GeneratePress. Now I want to remove a css statement, which stands in the style.min.css of the main theme.
.main-navigation .main-nav ul li.menu-item-has-children> a {
/* padding-right: 0; */
position: relative;
}I can remove it in style.min.css of the main theme. But with the next update the instruction is surely again there. How can I make this update secure? I can not switch off any instruction from the main theme in child-theme, right?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How can I remove a css statement update secure’ is closed to new replies.