Text not to show

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Mar 19, 2014.

  1. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    Hi again,

    how can i make this text
    "Would you like to make this listing featured?
    Yes‚ feature this listing on homepage slider. 0
    Yes‚ feature this listing on categorypage slider.0

    An additional amount will be charged to make this place featured.You have the option to feature your place on home page or category page or both.


    Total price as per your selection. *"

    invisible?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #featured {
    display: none!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    thanks but i also do not want to show !"Total price as per your selection. *
    0 + € 0 = €"

    so could u also provide me with that code?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    This is not possible with the css code.
    You need to edit "listing_submit_form.php" file (geocrafttheme\library\front_end\listing_submit_form.php)
    Check image given below for reference.

    total.png


    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    and can you also give me advise for this text: i dont want to show this either
    Want to Upgrade your Listing to Premium ? Upgrade
    "
    Upgrade now to get more visibility to your listing and get leads directly on your Dashboard.!
     
  6. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    (and also not the square which can be clicked right next to the text!
     
  7. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    plz advice
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the
    geocrafttheme\library\controls\dashboard\dashboard_functions.php

    dashboard-function.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page