Remove underline and enlarge heading in slideshow

Hi, I am very new to Shopify. I have two questions!

  1. I would like to remove the underlines that’s located at “log in,” “cart.”

  2. I would like to make the font in heading and subheading bigger in slideshows.

Thank you in advance!

1 Like

@Eileen12

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header__icon {
    text-decoration: none;
}
.banner__box .banner__heading+* {
    font-size: 30px;
}

Hi, this would make subheading make bigger but not the heading in the slideshow

1 Like

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

@Eileen12

yes, please add this code

.banner__box>*:first-child {font-size: 30px;}
1 Like