Balance theme: remove welcome text

Community Forums Forums Design Tips and Tricks Balance theme: remove welcome text

This topic is: not resolved

This topic contains 4 replies, has 2 voices, and was last updated by  Lise 3 months, 1 week ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18510

    Lise
    Participant
    Post count: 4

    I looked everywhere and couldn’t find it.

    Can someone tell me how to remove the welcome text on the balance theme?  I want to delete it from the landing page template and it’s for a client and I really don’t want to mess it up :)

    Thanks

    Lise

     

     

    #18598

    braddalton
    Participant
    Post count: 2455

    Could you clarify please?

    I have this theme installed locally and cannot find any welcome text on the landing page template


    WordPress Developer & Consultant
    Brad Dalton @ WP SitesClick Here to Get Genesis Child Theme Tips Delivered.

    #18939

    Lise
    Participant
    Post count: 4

    Hi Brad,

    Thanks for your reply and I did an Oops! when I read it :) – I forgot I added the welcome text widget to his site for the big tag line he wanted.

    This is the landing page http://www.thehealthyeatingguide.com/healthy-cooking-guide/

    and this is the home page http://www.thehealthyeatingguide.com/ so you can see the difference and the welcome text is on every pages/posts

    He has a plugin installed that you can hide or show specific stuff from pages/posts, so I used that but the top and bottom borders are still showing.

    This is the code I have in the function.php

     

    /** Add the welcome text section */
    add_action( ‘genesis_after_header’, ‘custom_welcome_text’ );
    function custom_welcome_text() {
    genesis_widget_area( ‘welcome-text’, array(
    ‘before’ => ‘<div class=”welcome-text widget-area”>’,
    ) );
    }

    Thanks Brad

    #18950

    braddalton
    Participant
    Post count: 2455
    .page-id-701 .welcome-text {
    display:none;
    }
    

    Tested this in Firebug and it works.

    You could also use this for all landing pages by adding the i.d’s or a custom class.

    It was just the lines you wanted to remove?


    WordPress Developer & Consultant
    Brad Dalton @ WP SitesClick Here to Get Genesis Child Theme Tips Delivered.

    #19076

    Lise
    Participant
    Post count: 4

    Yes! thank you so much Brad, works like a charm…I never thought of going the style sheet way.

     

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.