Results 1 to 2 of 2

Thread: remove tags word from single coupon page

  1. #1
    newuser's Avatar
    Join Date
    Sep 2010
    Location
    USA
    Posts
    45
    Thanks
    0
    Thanked 1 Time in 1 Post

    remove tags word from single coupon page

    how to remove tags word from single coupon page?


    below solution not work

    .................................................. .....

    One way to implement this is through the style.css or in the child theme css. Just look for the code below;

    Code:
    #content .tags {
    background: url("images/tag-label.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #979797;
    float: left;
    line-height: 16px;
    padding-left: 25px;
    }
    Add the display none parameter to make it look like this.

    Code:
    #content .tags {
    background: url("images/tag-label.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #979797;
    float: left;
    line-height: 16px;
    padding-left: 25px;
    display: none;
    }

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,717
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. remove tags word from single coupon page
    By kzuser in forum Help Using Clipper
    Replies: 5
    Last Post: August 13th, 2014, 12:23 PM
  2. Removing single coupon page - or redirect to store-parent page
    By jujukoja in forum Clipper General Discussion
    Replies: 28
    Last Post: November 26th, 2013, 12:33 PM
  3. Want to remove the hyper link to the single coupon posts
    By dumindu89 in forum Clipper General Discussion
    Replies: 1
    Last Post: March 30th, 2013, 10:46 AM
  4. Replies: 0
    Last Post: March 13th, 2013, 09:28 AM
  5. How can we not have single coupon page,
    By jujukoja in forum Clipper General Discussion
    Replies: 3
    Last Post: November 10th, 2012, 04:34 PM