A few styling questions …
-
Hey guys,
hope you can help me out a bit. I am trying to get this myself using firebug but I cant some of that stuff for some reason …
My site is at https://www.worldtravelgeek.com
1. I added fa icons to the menus. However, one is not showing, probably because to the left is a drop down menu with an arrow so the icon to the right is not showing. I cannot seem to find a way to increase the space between the menu items so that the icon can show. Or do you think something else is wrong here?
2. I would like the little line below each post in the main post area and the sidebars to disappear. I tried this for instance for the main post area (plus a few others) but didnt help:
.post-row { border-bottom-style: none; }
3.What if I wanted to have all menu items and fonts in the footer show in black if I decide to change the background color to white for instance?
4. The sidebar color I found, however it doesnt extend vertically all the way to the bottom. there is a space between sidebar and footer that seems to be covered by a background image. I disabled that image but how can i change the background color of that area? Hope you know what I mean.
5. I added a feedly icon (not available as a font awesome) to the right of the social bar by adding this to functions.php after the social links function:
echo '<li><a rel="nofollow" class="social-tooltip" title="Feedly" href="https://cloud.feedly.com/#subscription%2Ffeed%2Fhttps%3A%2F%2Fwww.worldtravelgeek.com%2Ffeed" target="_blank"> <img class="feedly-img" src="https://www.worldtravelgeek.com/wp-content/uploads/feedly-follow-logo-green_2_23px.png"/></a></li>';
Seems to work but the icon is a bit too small compared to the others. If I make it even one pixel larger (the original is 50px) however, it will break the line and the whole top sidebar extends further down. Weird shit because the other icons are bigger and there seems to be enough space to all sides for a larger icon. Any ideas on how to do this better maybe?
OK, it is late …
Hope you have a nice day and thanks for your help in advance !
Alex
- The topic ‘A few styling questions …’ is closed to new replies.