• Please could someone help me with the following two 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.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Badgercat,

    Thanks for using our theme.
    On the home page issues to you need to add some line of code.

    Here are providing some steps.

    Issue -1

    Step 1: Go to front-page.php or find given line of code.

    <h1 class="home_tagline"><?php echo $current_options['tagline_title'] ?></h1>

    Add your link tag for click-able like below given code.

    <a href=" Here Add Your  URL " ><h1 class="home_tagline"><?php echo $current_options['tagline_title'] ?></h1></a>

    Issue 2

    Find a specific tag using inspect elements and add your specific tag height in the theme option custom css box.

    It will resolved your issues.

    Thanks
    -Hari Maliya

    Thread Starter badgercat

    (@badgercat)

    Hi Hari

    Thanks for getting back to me, I think I wasn’t very clear on the first issue I had. For Issue 1 – I’m looking to add a “more” link to the actual text under the treatment image, so all four treatments on the home page have an image, the text underneath and a “more” tag at the end of the text. Will the code you’ve given above work for that, or is this code just for the text between the header and the treatment images?

    Thank you for your help ??

    Hi Dadgercat

    This feature are available in pro version.

    Thanks
    -Hari Maliya

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a "more" link and changing line heights for headers’ is closed to new replies.