Appointway Theme Pro Options Top Right Hand Contact Details

Discussion in 'Forum Rules' started by joetheriault, Mar 21, 2014.

  1. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    For some reason the details are not showing even though I entered info and saved.
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  3. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    I found the problem was that the color I choose for the header was the same color as the font color in the header for the top right. I changed the font color and voila it showed up.
    http://pragmaticconsultingservices.com/

    On the same site one thing I can't seem to do is get rid of the Hours icon.
    Can you help with that.
     
  4. 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:
    .feature_sidebar .feature_addressbar ul li.hour {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    Great thanks It worked like a charm.

    ONE last question: I am trying to do a one page site so I have no need for the menu. I removed the only page I had left in the menu (Contact Mary) but when I did the slider photos no longer showed up. I dcan't figure out why there is a home page and sample page that shows on these templates.
    Isd here a way to have a one-page site with no menu?
    http://pragmaticconsultingservices.com/
     
  6. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    My fingers are not working right. Here is the correct verbiage:
    I can't figure out why there is a home page and sample page that shows on these templates.
    Is there a way to have a one-page site with no menu?
     
  7. 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:
     #menu .ddsmoothmenu li a {
    display: none!important;
    }
    .menu_container {
    height: 45px;
    }
    
    It will remove menu without affecting slider.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  8. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    It works on desktop but Mobile Menu still shows. Am I missing a step here?
     
  9. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    One other thing I just noticed. On my Android the text for top right is the Brown color I selected but on an iPhone it is the original color white.
     
  10. 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:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .mobile_nav {
    display: none!important;}}
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page