9-10 Several Questions Re Home Page, Please Advise!

Discussion in 'Infoway WordPress Theme' started by emrys, Sep 10, 2013.

  1. emrys

    emrys New Member

    Joined:
    Sep 7, 2013
    Messages:
    5
    Likes Received:
    0
    1-How so I get rid of the quotation marks at the bottom?
    2-How can get a wider choice of colors for the top info bar (and the rest of the page where the chosen color come up)?

    3- How can I change the font of the text?
    4-On the top menu bar there is a vertical line that is always missing between subjects. How can add in that line?
    5-How can I get rid of the word "uncategorized" that appears at the bottom of each blog post?
    6-Does the Infoway template have a way that I can post music soundclips? If yes, please tell me how to do this.
    7-How can I back up my website?
    Thank you very much for your assistance!
    Laurel Emrys
    www.laurelemrys.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Code:
    
    
    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .testimonial p {
    background: none;
    padding-left: 0px;
    }
    2. Paste the following code in your Custom CSS

    Code:
    #topinfobox {
    background: red;
    }
    In place of "red" you can paste your color or color code.

    3. Could you please specify this issue with the help of screenshot images
    that which text you want to change.

    4. Could you please explain your issue with the help of screenshot images.

    5. Paste the following code in your Custom CSS

    Code:
    .content-bar .post .post_meta .post_category {
    display: none;
    }
    6. You can try Compact WP Audio Player plugin for this issue.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/compact-wp-audio-player/

    and then paste its short code in the text widget.

    Shortcode Format
    Code:
     
    [sc_embed_player fileurl="URL OF THE MP3 FILE"]
    
    Example:

    [sc_embed_player fileurl="http://www.example.com/wp-content/uploads/my-music/mysong.mp3"]

    7. For this issue, you can search plugin on WordPress.org site.
    There are multiple plugins, you can search your required plugin.
     
  3. asp1988

    asp1988 New Member

    Joined:
    Sep 14, 2013
    Messages:
    4
    Likes Received:
    0
    Hey piyush, just wondering with question #2. you mentioned how to change the colour of the info bar up top. Am I able to get the code to change the colour of each part seperately? E.g. info bar, footer, rest of buttons. Also what are the colour options, are they just the ones listed in the theme options -> styles, or is there a greater number to choose from. Cheers
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Theme Directory > css directory > color directory > black.css and follow the istruction shown in the image given below.

    [​IMG]


    You can choose the color code from the link given below.

    http://www.w3schools.com/tags/ref_colorpicker.asp

    I hope this will help you.
     

Share This Page