Shxrty Shorty#1960 Mar 31, 2018 629 163 Feb 24, 2020 #1 What would i have to change in the .css files to change the colors to this and make it a different color. You must be registered for see images attach
What would i have to change in the .css files to change the colors to this and make it a different color. You must be registered for see images attach
J Joe Well-Known Member Jun 10, 2012 4,172 1,955 Feb 24, 2020 #2 Post the code and CSS. Upvote 0 Downvote
Chuckie_ Active Member Jun 22, 2019 138 71 Feb 24, 2020 #3 Most likely you'll find it by searching your css file for background: linear-gradient(deg, color1, color2) Remember that you can always use inspect element to identify html elements and their css classes. Upvote 0 Downvote
Most likely you'll find it by searching your css file for background: linear-gradient(deg, color1, color2) Remember that you can always use inspect element to identify html elements and their css classes.
Shxrty Shorty#1960 Mar 31, 2018 629 163 Feb 24, 2020 Thread starter #4 goto You must be registered for see links Upvote 0 Downvote
J Joe Well-Known Member Jun 10, 2012 4,172 1,955 Feb 24, 2020 #5 Vaping said: goto You must be registered for see links Click to expand... Code: body{background: linear-gradient(to top left, #33ccff 0%, #cc33ff 84%); Upvote 0 Downvote
Vaping said: goto You must be registered for see links Click to expand... Code: body{background: linear-gradient(to top left, #33ccff 0%, #cc33ff 84%);