-
Author
-
January 21, 2018 at 15:44 #186432emmanuelParticipant
hello can the online status color be changed
Attachments:
You must be logged in to view attached files.January 21, 2018 at 15:53 #186434Kieran_SQModeratorHi,
You can use the below CSS to override the default color of the online status indicator.
COPY CODE.avatar span.online { background-color: #0296c0; }
Change the # value to suit your needs and clear your cache(s) to see changes.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 21, 2018 at 16:01 #186435emmanuelParticipantok thank you can the font family for these heading be changed
Attachments:
You must be logged in to view attached files.January 21, 2018 at 16:13 #186439Kieran_SQModeratorHi,
Please try the below CSS to change the font-family
COPY CODE#profile dl.tabs.pill.custom { font-family: monospace; }
Replace monospace with your desired font
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 21, 2018 at 16:37 #186444emmanuelParticipantno the mobile website and table can the base fields look like the one on the website it has the space to do it
Attachments:
You must be logged in to view attached files.January 21, 2018 at 16:40 #186448Kieran_SQModeratorHi,
I am not sure what you mean, in your question about you asked about changing the font-family for the profile tabs.
I checked the content of your tabs and they’re displaying correctly (see screenshot). Please let me know in more detail what you wish to achieve if I am missing something.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.January 21, 2018 at 16:53 #186452emmanuelParticipanti would like the this screen see attachment which is on the website to look the same on the mobile website and table example the layout
Attachments:
You must be logged in to view attached files.January 21, 2018 at 17:07 #186456Kieran_SQModeratorAh I see, my apologies. Please try the below CSS to change the display for mobile
COPY CODE@media only screen and (max-width: 767px) { .dl-horizontal dt {float: left;width: 30%;} }
Change the 30% value to a larger value if you find you need it. You may need to clear your mobile browser cache completely to see any changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
January 21, 2018 at 18:37 #186476Kieran_SQModeratorHi,
Glad I could help 🙂 Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.