This topic has 12 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #154558
     bethtsky
    Participant

    I wanted to see if I can change the font in the menu at the top -see attached. If so how do I do that.

    In addition I wanted to see if users can click on the phone number at the right and allow them to make a call from their phone. Also if they click on the email allow their email to open up and send an email automatically.

    Also if I want to have an instant messaging box on the site where users can ask questions and communicate back and forth with us directly on the site how do I set that up?

    Attachments:
    You must be logged in to view attached files.
    #154715
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    h1.page-title {
        font-family: monospace;
    }
    .breadcrumb-extra a {
    font-family: monospace;
    }
    

    You could add the links to the breadcrumbs at theme options 🙂
    Do you mean a live chat? You can use any support chat plugin for that 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154795
     bethtsky
    Participant

    The phone works as a link link in the breadcrumb but not the email address. How do I link to the email address in the Breadcrumb?

    Before I add that code to the Child Theme for the font – what font is it changing it to or is the code just allowing me to change the font now? If so where do I go to change the font once the code has been added?

    In addition there is a black bar that shows up in the mobile site – do you know what that is and how I fix it?

    Attachments:
    You must be logged in to view attached files.
    #154844
     bethtsky
    Participant

    I have updated my form which has been placed on a page but the page is not using the updated form. I deleted the form in the page and added the form again and it still did not update. Any recommendations on how to get the updated form on the website?

    #154874
     Laura
    Moderator

    Hello, that bar seems to be added by a plugin, you can hide it adding this to style.css of child theme

    COPY CODE
    
    @media screen and (max-width: 782px) {
    #wpadminbar {
        height: 46px;
        min-width: 300px;
        display: none !important;
    }
    }
    

    To change the font just delete “monospace” and put the name of the font
    The form, what plugin are you using? Did you test with contact form 7?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154880
     bethtsky
    Participant

    Thank you that worked for the font.

    For the form I am using a Formidable Form not a Contact Form 7 form.

    Also on the site I noticed the logo on the home page is alot smaller then on the sub domain pages. Do you know how to fix that?

    #154881
     bethtsky
    Participant

    In the tablet landscape mode the menu is on top of the header image – see attached. Do you know how to fix that.

    Also in the smartphone portrait mode the button is cutoff – see attached. I wanted to see how to fix that as well.

    I don’t want to mess up the look of the other options (tablet or smartphone landscape) bc those seem to be working.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #154885
     bethtsky
    Participant

    On the home page I would like for the “Search Forums” to be in another color and can’t figure out how to change it.

    Also I entered in the css code you provided earlier and the black bar is still at the top on my iphone.

    #154886
     bethtsky
    Participant

    The bar at the top is now white on my iphone and not black.

    #154890
     bethtsky
    Participant

    How do I change the color of the bar at the top that has the twitter, facebook, and instagram logos on it. Also this may be the bar that is coming up on my mobile phone at the top.

    Attachments:
    You must be logged in to view attached files.
    #155074
     Laura
    Moderator

    Hello, for more custom requests please contact me at laura@seventhqueen.com as we do not supprt custom requests at the forum 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #155106
     bethtsky
    Participant

    I didn’t think this was a cutie request. I am just trying to get the bar that is on the top of the site on mobile off.

    #155282
     Laura
    Moderator

    Hello, question related to style modifications are custom requests as that issue is not related to the theme.
    That bar you had was not part of the theme also, and the code to remove it is

    COPY CODE
    
    @media screen and (max-width: 782px) {
    #wpadminbar {
        height: 46px;
        min-width: 300px;
        display: none !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?