Removed Home Widgets 2 & 3 – Issues?
-
Hi,
I removed Home Widgets 2 & 3.
I watched https://www.youtube.com/watch?v=gZRsBh1KNXw and tried the author’s method, but it didn’t work! Seems the php is different. Then I searched and found a similar solution, and modified that to this – additional CSS:
.home-widgets .grid:nth-child(1) { width: 100% !important; } .home-widgets .grid:nth-child(2) { display: none; } .home-widgets .grid:last-child { display: none; }
It worked.
However, I am wondering, will I have any issues with this solution?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removed Home Widgets 2 & 3 – Issues?’ is closed to new replies.