-
Author
-
March 2, 2017 at 06:15 #154558bethtskyParticipant
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.March 3, 2017 at 23:30 #154715LauraModeratorHello, just add this to style.css of child theme
COPY CODEh1.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 solutionLaura 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 🙂
March 5, 2017 at 19:59 #154795bethtskyParticipantThe 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.March 6, 2017 at 05:11 #154844bethtskyParticipantI 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?
March 6, 2017 at 14:10 #154874LauraModeratorHello, 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 solutionLaura 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 🙂
March 6, 2017 at 15:42 #154880bethtskyParticipantThank 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?
March 6, 2017 at 15:51 #154881bethtskyParticipantIn 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.March 6, 2017 at 15:54 #154885bethtskyParticipantOn 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.
March 6, 2017 at 15:58 #154886bethtskyParticipantThe bar at the top is now white on my iphone and not black.
March 6, 2017 at 16:14 #154890bethtskyParticipantHow 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.March 8, 2017 at 16:16 #155074LauraModeratorHello, 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 solutionLaura 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 🙂
March 8, 2017 at 18:55 #155106bethtskyParticipantI 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.
March 10, 2017 at 00:51 #155282LauraModeratorHello, 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 isCOPY 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.