Just installed, several issues

Discussion in 'Compass WordPress Theme' started by drkmbrown, Jun 4, 2014.

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

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    First, this seems like an awesome theme. However, to help with branding, I would like to know the answer to several questions:

    1. Is it possible to remove the automatic page headings?
    2. Can the font color of the inactive navigation tabs be changed?
    3. How do I remove the advertisement toward the bottom, that advertises the theme itself "your site is faster to build...". It's pretty large, and taking up space
    4. How do I show a video on my front (home) page. The theme advertisements say that one can do that, but the mechanism for it is unclear.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. Could you please explain your problem with the help of screenshot, what you want to remove, so that we can give you the exact solution.

    2.

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

    Code:
    #menu .ddsmoothmenu li a {
    color: red
    }
     
    Inplace of "red" put your color code.

    3. Go to
    Appearance > Theme Option > Home Page Bottom Feature > Home Page Tagline
    and enter your text there.


    4. Go to the
    Appearance > Widgets
    Drag "Text"widgets and add embed code of YouTube video there and drop it in the first widget area.




    Thanks & Regards
    Gourav Shrivastava
     
  3. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    I would like to get rid of the items on pages, depicted in this screen shot. Thanks for all your help! [​IMG]
     
  4. 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:
    #crumbs{
    display:none;
    }
    .content_bar h1:nth-child(1){
    display:none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    Thanks, now I just need to remove the two dotted lines going across (see the same screenshot).
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    div.heading_container {
    border: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  7. vitamilla

    vitamilla Guest

    Joined:
    Jun 11, 2014
    Messages:
    12
    Likes Received:
    0
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Vitamilla,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .feature-content {
    border-bottom: none !important;
    }
    Thanks,
    Praveen
     
  9. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    How do I remove the content bar from the pages, but NOT the blog posts?
     
  10. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Please provide us URL of your website along with some edited screenshot of your issue so that we can provide you the exact solution.

    Thanks,
    Praveen
     
  11. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0

    Attached Files:

  12. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello drkmbrown!

    Please use this code in custom CSS box to enable title in blog/single page.

    Code:
    .single .post.single h1 {
      display: block !important;
    }
    Thanks & Regards
    Pramod
     
  13. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page