Color of text of footer "text" widget, removing "my web page" etc.

Discussion in 'Themia WordPress Theme' started by jonvan, Jan 25, 2013.

  1. jonvan

    jonvan New Member

    Joined:
    Feb 24, 2012
    Messages:
    7
    Likes Received:
    0
    changed background of footer and need to change the color of the text widget I placed there to black.

    need to remove "my web page" text and block from contact page.

    need to remove entire testimonial and video info from home page.


    Theme is great! thanks for your help.

    Jon
     
  2. caconroy1

    caconroy1 New Member

    Joined:
    Nov 18, 2012
    Messages:
    1
    Likes Received:
    0
    I have the exact same problem - I can't figure out how to remove the video. Any pointers on how to get the video out of there while keeping the testimonial bubble would be great.
    Thanks,
    Cate
     
  3. Nitesh

    Nitesh Support Staff

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

    For text widget text color.

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


    Code:
    .textwidget {
    color: black;
    }
    To remove testimonial and video section.
    Code:
    .testimonial_bg {
    display: none;}
    We are not getting " "my web page" text and block from contact page." area. Please share screenshot of it so we can provide you exact code.





    Go to the Appearance > Theme options > Home page settings > Testimonial widget Heading/ Testimonial widget
    And add '<p></p>' tag there.
    If you just want to replace video with any of your text, Then you can also add text there.

    [​IMG]
     
  4. jonvan

    jonvan New Member

    Joined:
    Feb 24, 2012
    Messages:
    7
    Likes Received:
    0
    Here it is:
     
  5. jonvan

    jonvan New Member

    Joined:
    Feb 24, 2012
    Messages:
    7
    Likes Received:
    0

Share This Page