Home › Forums › All Other Themes › Having trouble with Coworking theme
- This topic has 6 replies, 2 voices, and was last updated 5 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
September 9, 2019 at 7:10 am #130370
Dear Support,
Please help me solve few of my issues. I would like if you send me the CSS code for all this so I can learn and less bother you in the future..
https://imgur.com/2rIBjLo
First, my website look like this in mobile view and help me solve this please.
Second, I need to reduce margin space in my copyright area as well as my footer. Also, I want to remove headings underline in footer and keep the header border to the margin.
Thanks
September 9, 2019 at 7:27 am #130375Also,
I want to make my footer mouse hovercolor change and remove underlines to each columns.
Also, keep the font size small for all the items in the footer.
Thanks
September 11, 2019 at 5:24 am #130485Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:@media screen and (max-width:767px) { .skt-builder-home-section1-block .skt-builder-block-title { width:100% !important;} } .copytext { padding:20px 0 0 !important;} #footer .footercols1 h4, #footer .footercols2 h4, #footer .footercols3 h4, #footer .footercols4 h4 { margin-bottom:0 !important; padding:0 0 20px 0 !important;} #footer a:hover { color:#ff9600 !important;} .footercols4 a { font-size: 12px !important;}
Regards,
DaveSeptember 11, 2019 at 9:01 pm #130567Thank you Dave. Appreciate your reply.
The mobile view remains the same. No change. Other things are fixed.
Few other things.
1) I need to remove the underline of each column title in the footer. How do I remove it?
2) I need to reduce the footer height or reduce the padding space between the title and the top of the footer. See the picture below.
https://imgur.com/RV9ptsL
Thank you
September 11, 2019 at 9:06 pm #130568Never-mind. I fixed all of them except mobile view issue. Can you help me solve the mobile phone view issue please.
Thank you
September 11, 2019 at 11:42 pm #130569Please ignore. I was able to solve this. Thank you for your help!
September 12, 2019 at 5:19 am #130583Cool
-
AuthorPosts
- You must be logged in to reply to this topic.