• Resolved badgercat

    (@badgercat)


    Hi, I’m after a bit of help with customising the Spa Salon theme (great theme, by the way!). My website is KC Aura

    I’ve changed the banner on the home page, but cannot find where to change the text for the other pages! Is there a way to just repeat the banner from the home page onto all of them?

    Also,on the home page, is it possible to add a “more” link to the “treatments we are offering” text? I’d like to send them to either a page or post that continues the text information in more detail. Alternatively, can I make the whole text section clickable (to go to a page or post?)

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter badgercat

    (@badgercat)

    I also need to change the h1 and h2 line height from 20px to 24. I’ve tried using the following custom code in the theme’s custom code box (in the theme settings) but it isn’t working – please can someone help with this and my previous problem!

    .heading h1 { color: #5a3674; font-family:roboto; line-height:24px; font-size: 36px; margin-top:0px; ! important; }
    .heading h2 { color: #5a3674; font-family:roboto; line-height:24px; font-size: 30px; margin-top:0px; margin-bottom:30px; ! important; }

    Hi,

    Try this code in custom CSS box.

    .pink_title dt , .slidesDescription h1 {line-height: 24px;}

    Thnaks

    Thread Starter badgercat

    (@badgercat)

    Thanks, but it’s not the height in the pink banner that I want to change! I need to change the height of the h1 and h2 header for the theme generally, as at the moment the large text overlaps on headers for the blog.

    For the banner – I’ve changed the home page banner text, but can’t find a way to change the text of the other banners – the bit where it says ‘get refreshed’ and the rest of the text in that banner.

    Thanks

    Thread Starter badgercat

    (@badgercat)

    I’ve managed to change the text in the other banners – so only have the problems:

    1) On the home page, is it possible to add a “more” link to the “treatments we are offering” text? I’d like to send them to either a page or post that continues the text information in more detail. Alternatively, can I make the whole text section clickable (to go to a page or post?)

    2) how to change the h1 and h2 line heights – for blog posts and general headers etc, as the text currently looks too close.

    Hello,
    You want to manage the banner ?

    For that you need to edit some lines of code.

    I would suggest you to CREATE A CHILD THEME for that.

    After Creating Child Theme Follow Below given steps.

    -> Open Up two Files 1)index-slider.php 2) pink-header.php
    -> Find the code <div class="span6" id="slide_desc"> in both files and replace it with <div class="span5" id="slide_desc"> and Save the changes done.
    -> Activate This theme.

    Thanks..

    Thread Starter badgercat

    (@badgercat)

    Hi

    No, I DON’T want to change the banner any more – I’ve done that!

    I DO STILL NEED HELP WITH the following:

    1) On the home page, is it possible to add a “more” link to the “treatments we are offering” text? I’d like to send them to either a page or post that continues the text information in more detail. Alternatively, can I make the whole text section clickable (to go to a page or post?)

    2) how to change the h1 and h2 line heights – for blog posts and general headers etc, as the text currently looks too close.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you create new threads to discuss your new issues?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change banner’ is closed to new replies.