-
AuthorPosts
-
March 7, 2018 at 3:57 pm #923105
I have added a tel: link to the header phone number and edited the css to make it the same colour as other menu items but now when in mobile view the header strip and the telephone number are both white meaning the number does now show. How do we resolve this problem?
see http://www.landscaper-oxfordshire.co.uk
March 7, 2018 at 5:06 pm #923135Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av_header_transparency .phone-info a { color: #808080; }
Also, could you please post WP admin logins here privately so we can look into the issue you posted here – https://kriesi.at/support/topic/cant-transfer-the-settingscustomization-from-parents-theme-to-child-theme/#post-923124?
Best regards,
YigitMarch 7, 2018 at 6:42 pm #923193That has made the telephone number grey on both pc and mobile view wheras before the text was white. That really does not help. Original css had been added and is
.av_header_transparency .phone-info a { color: white; }
.phone-info a { color: #c5532e; }Login details provided in private
as per your other email I also assume you will look at my remark on closed thread at https://kriesi.at/support/topic/cant-transfer-the-settingscustomization-from-parents-theme-to-child-theme/#post-923124
March 7, 2018 at 6:52 pm #923205Hey!
My bad, i forgot to add media queries. Please use the code as following
@media only screen and (max-width: 767px) { .av_header_transparency .phone-info a { color: #808080; }}
Regards,
YigitMarch 7, 2018 at 6:58 pm #923211Thanks for prompt reply. That seems fine. Thanks for your help re that.. So can you advise help on this thread about the child theme bit was well?
March 7, 2018 at 7:17 pm #923237Hi,
We would prefer to keep this thread down to one topic in order to keep it organized for others who may need help in the future. If you could start a new thread for the additional issue we will gladly address it there.
Best regards,
Jordan ShannonMarch 7, 2018 at 7:24 pm #923244Jordan.. This is contrary to what your colleague Yidget implied as he closed my original and said to add it here. Have now opened a new thread anyway see https://kriesi.at/support/topic/child-theme-on-existing-site-transfer-all-style-settings/
March 7, 2018 at 7:41 pm #923250 -
AuthorPosts
- You must be logged in to reply to this topic.