
ionkov_0996
ionkov_0996
About
- Username
- ionkov_0996
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
var dollarSing = document.querySelectorAll('p#wrdpress_pkg>span'); for(i = 0; i < dollarSing.length; i++) { dollarSing[i].style.display = "none"; } var dollarTwo = document.querySelectorAll('.price>span'); for(i = 0; i…
-
Awesome, I fixed it, but how can I make my website to be fullwidth? This is the path that I'm following: Theme Options>General>Layout and I select "Full width", but it doesn't fix the issue.