Grafton Group

#1. Change overlay Logo 

Grafton group 1

First, you need to upload logo to get logo url. Follow this guide.

Next, access Code Injection > Footer > Update these urls

  • first url is Grafton
  • second url is Hourly
  • third url is Russell House
  • fourth url is Provisions

Grafton group 2

#2. Change Button Text/Button URL

Grafton group 3

Hover on top right of slideshow > Click Edit Content

Grafton group 4

Next, click Content

Grafton group 5

Click on each item to edit button

Grafton group 6

Edit button text here

Grafton group 7

To edit button url > Just click on Button text > You will see an option to edit url

Grafton group 8

#3. Change Slideshow Image

Hover on top right of slideshow > Click Edit Content

Grafton group 4

Next, click Content

Grafton group 5

Click on each item to edit image

Grafton group 6

and you can change slideshow image here

Grafton group 9

#4. Change Button Style

#4.1. Button Text Color

Currently all use white color, you can adjust it in Line 08

Grafton group 10

#4.2. Button Width

All buttons use same width, you can adjust it in Line 15

Grafton group 11

#4.3. Button outline, background

You can adjust in Line 36 to Line 107

/* Grafton */
 li:nth-child(1) {
   /* visit site */
   p:nth-child(1) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Reservations */
   p:nth-child(2) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Menus */
   p:nth-child(3) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
 }
 /* Hourly */
 li:nth-child(2) {
   /* visit site */
   p:nth-child(1) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Reservations */
   p:nth-child(2) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Menus */
   p:nth-child(3) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
 }
 /* Russell House */
 li:nth-child(3) {
   /* visit site */
   p:nth-child(1) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Reservations */
   p:nth-child(2) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Menus */
   p:nth-child(3) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
 }
 /* Provisions */
 li:nth-child(4) {
   /* visit site */
   p:nth-child(1) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Reservations */
   p:nth-child(2) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
    /* Menus */
   p:nth-child(3) a {
     background-color: transparent;
     border: 2px solid #fff;
   }
 }

Grafton group 12

#4.4. Button text letter spacing

Change letter spacing here

Grafton group 1

Note: when you change letter spacing, sometimes button text will break to 2 lines, like this.

Grafton group 2

You can increase width to prevent this.

Grafton group 3

#4.5. Button Font

To change button font, you can use these lines

font-family: futura-pt;
 font-weight: 500;

Grafton group 4

With Montserrat, we will use

font-family: montserrat;
 font-weight: 500;

Grafton group 5

#5. Overlay Color

To adjust overlay color over slideshow image, you can change it in Line 28 in Custom CSS

background-color: rgba(0, 0, 0, 0.5);

Grafton group 13

#6. Mobile Logo Size

Grafton group 5

You can adjust at these lines

  @media screen and (max-width:767px) {
   .slide-content img {
    max-width: 200px !important;
}
  }

Grafton group 4

 

Buy me a coffee