How to remove "Four Column Feature" comments

Discussion in 'Traffica WordPress Theme' started by devsmum, Feb 10, 2015.

Thread Status:
Not open for further replies.
  1. devsmum

    devsmum New Member

    Joined:
    Feb 9, 2015
    Messages:
    5
    Likes Received:
    0
    Hi there

    I have successfully uploaded images into the four column feature under the Homepage Feature Area. there are Feature Heading and Feature Description boxes.
    The feature Description box has the default text "Site speed is one of the few ranking that Google has officially confirmed."

    How do you remove this text please?

    Thanks
    Anne
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance => Theme Options => HomePage Feature Area => Then add your description in First Feature Description, Second Feature Description and Third Feature Description.

    If you want to don't show description even default text then just press SPACE key in that input area.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. darrel

    darrel New Member

    Joined:
    Oct 8, 2012
    Messages:
    14
    Likes Received:
    0
    Where do I remove/add code to stop the feature boxes from flipping? Or I would use the flip side if I could stop the text from the front of the flip showing through onto the back side of the flip.

    I would rather use the flip but I don't like the text from front showing through the back.

    Thanks
     
  4. darrel

    darrel New Member

    Joined:
    Oct 8, 2012
    Messages:
    14
    Likes Received:
    0
    Figured it out I think.
    Posted this code in the Custom CSS area:
    .flip-container:hover .flipper,
    .flip-container.hover .flipper { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    That sounds great :)
     
Thread Status:
Not open for further replies.

Share This Page