Unverified

Name

Global Starter CSS

About

My "normal" CSS Settings for a new site

Language

CSS

Rating

Voted: 0 by 0 user(s)

Codevault

Nick-wd4u

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

websitesdesigned4u.com

History

Last modified:

21/11/2023

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Global Starter CSS

 
                    
1/* Site Settings */
2 
3/* BROWSER FIXES */
4/*iPhone anti-jitter */
5html, body {
6 max-width: 100% !important;
7 overflow-x: hidden !important;
8}
9/* END iPhone anti-jitter */
10/*stop Edge hyperlinking phone numbers*/
11.dontPhone{
12x-ms-format-detection="none";
13}
14/* END stop Edge hyperlinking phone numbers*/
15 
16/* Stop Parallax Juddering */
17.parallax {
18 transition: none !important;
19}
20/* END Stop Parallax Juddering */
21 
22/* END OF BROWSER FIXES */
23 
24/* Instagram Coloured Background
25.elementor-social-icon-instagram {
26 background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
27}
28/* END Instagram Coloured Background */
29 
30/* Set style of the 'lead' paragraph */
31.leadPara{
32 margin-bottom: 30px;
33 font-size: 1.2em;
34 line-height: 1.6;
35}
36/* END Set style of the 'lead' paragraph */
37 
38/* Set style of Required Fields in Forms */
39.required{
40font-size: 0.75em;
41color:#FF0000;
42}
43 
44.required::before{
45content:"* ";
46color:#FF0000;
47font-weight: bold;
48}
49 
50/* END Set style of Required Fields in Forms */
51 
52 
53/* Banded Colour Table */
54.colourBandTable{
55width:100%;
56border-collapse:collapse;
57}
58 
59/* Define cell padding, border colour, width and style */
60.colourBandTable td{
61padding:7px;
62border:#4e95f4 1px solid;
63}
64 
65/* provide some minimal visual accomodation for IE8 and below */
66.colourBandTable tr{
67background: #b8d1f3;
68}
69 
70/* Define the background color for all the ODD background rows */
71.colourBandTable tr:nth-child(odd){
72background: #b8d1f3;
73}
74 
75/* Define the background color for all the EVEN background rows */
76.colourBandTable tr:nth-child(even){
77background: #dae5f4;
78}
79 
80/* END Banded Colour Table */
81 
82/* Set items to same height */
83.wd4uSameHeight {
84 display:flex;
85 height: 100%;
86}
87 
88/* END Set items to same height */
89 
90/* Set text dropShadow*/
91.dropShadow {
92 text-shadow: 2px 2px 4px #000000;
93}
94/* END Set text dropShadow*/
95 
96/* Set WD4U Brand Footer Link Colours and Size*/
97#wd4u-Footer {
98 color: #ffffff !important;
99 font-size:0.9rem;
100 text-align:center;
101}
102 
103#wd4u-Footer a{
104 color:#5AA016;
105}
106 
107#wd4u-Footer a:hover{
108 color:#98D90D;
109}
110 
111#wd4u-Footer a:visited{
112 color:#000000;
113}
114/* END Set WD4U Brand Footer Link Colours and Size*/

0

Related Snippets

Please see some snippets below related to this snippet..

Elementor

Unverified

0

Calculated-Checkbox-PayPal

Added: 1 month ago

Last Updated: 4 weeks ago

Elementor

Unverified

0

Accordion Closed by Default

Added: 1 year ago

Last Updated: 1 year ago

Forces Elementor accordion to be closed by default, instead of the first one being open.

Elementor

AI Verified

0

Elementor Custom Column Order

Added: 1 year ago

Last Updated: 1 year ago

Elementor Custom Column Order

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Elementor

Unverified

0

Global Starter CSS

Added: 10 months ago

Last Updated: 9 months ago

My "normal" CSS Settings for a new site

Elementor

AI Verified

0

Enable webp upload

Added: 10 months ago

Last Updated: 10 months ago

Enable drag and drop of webp images into the media library

Styling

AI Verified

0

Hex Transparency Converter

Added: 9 months ago

Last Updated: 9 months ago

When adjusting the transparency of a colour the amount of transparency is shown as a Hexadecimal value, not a percentage. So it is difficult to set the transparency to say 75% other than a guess. This...