Home › Forums › Legacy Support › Support queries › Styling issues › A Few Styling Issues
- This topic has 3 replies, 2 voices, and was last updated 9 years ago by elleamande.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
December 28, 2015 at 2:19 am #15727elleamandeSpectatorHiya, My website is at techmaiden.sdssoftltd.co.uk Would you be able to tell me how I get rid of the white line above the slide show. There are 4 icons under the slide show on the home page. These did not come with the theme. They are mine. I had to replace them with the 4 original icons that came with theme because they disappeared and none of them were ever in the media library. How can I get them back. I also noticed that the main photos that are in the slide show on teh home page came with theme are also not in the media library. Why is that How can I get the icons on this page http://www.techmaiden.sdssoftltd.co.uk/our-alliance-partners/ to not have gaps, margins and padding around them. I would like them to look like this http://www.globalknowledge.co.uk/courses/vendors/ How can I remove the white line at the top of the grey footer nav How do I add the correct map to this page http://www.techmaiden.sdssoftltd.co.uk/contact-us/ How do I remove the H1 title from this page http://www.techmaiden.sdssoftltd.co.uk/blog/ and also why is there no space between the international womens day post and techmaids breaking down class ceilings post? Thanking youDecember 28, 2015 at 7:46 am #15774H.K. LatiyanParticipant1) To get rid of white line above slide show go to wp-admin->appearance->customise->custom css. And add .home section#content { margin-top: -2px; } 2) If you want original theme data, then using wordpress importer import the xml file from wp-content\themes\wplms\setup\ 3) Use wordpress default gallery for this, refer: a) http://prntscr.com/9jc6mn b) http://prntscr.com/9jc6vc c) http://prntscr.com/9jc749 4) Please use this css to get rid of footer line .footerbottom { border:none; } 5) Please go to wp-admin->dashboard->wplms->miscellaneous->change page latitude and longitude values. 6) Please use this css for hiding the h1 title. .page-id-1330 .pagetitle h1{ display: none; } Where the page id is replaced by your page id. For page id refer: http://prntscr.com/9jcbhiDecember 28, 2015 at 7:53 am #15777H.K. LatiyanParticipantFor spacing between the international womens day post and techmaids breaking down class ceilings post use this css .page-id-1330 .content .featured img{ margin-bottom:10px; }December 28, 2015 at 7:19 pm #15897elleamandeSpectatorThanks for your help. Your screenshots were very useful. Thanks again
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘A Few Styling Issues’ is closed to new replies.