amilabosnae
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to format links in posts ONLYIt looks like it’s working, thank you!
Forum: Fixing WordPress
In reply to: How to format links in posts ONLYVery strange: The change I made doesn’t work for new posts! I just wrote a new one and the links in it are not underlined :-S What did I do wrong? Thanks..
Forum: Fixing WordPress
In reply to: How to format links in posts ONLYThank you buddha trance, I’ve now fiddled around with it and it works with this version:
/**************** Links *********************/
a:link, a:visited{color:#520e0f; text-decoration:none;}
a:hover{color:#000;}.post a:link{color:#520e0f; text-decoration:underline;}, a:visited{color: #520e0f; text-decoration:underline;}
a:hover{color:#000;}Forum: Fixing WordPress
In reply to: Top post widgetThanks a lot!
Forum: Fixing WordPress
In reply to: How to keep subpages from showing on nav bar?Awesome! Thank you so much ?? I’m doing a happy little dance just for the nice people at WP forums who helped me fix this!
Forum: Fixing WordPress
In reply to: How to keep subpages from showing on nav bar?Thank you for answering. I did what you said, but got an error out of it:
Parse error: syntax error, unexpected ‘=’ in /home/www/amilabosnae.com/wp-content/themes/devart/header.php on line 40
I tried deleting a ‘=’ or two, but it doesn’t work. Any idea what’s wrong? My site’s adress, as you can see, is https://amilabosnae.com
Forum: Fixing WordPress
In reply to: How to add custom RSS-icon?Now I’ve moved them to the right by inserting
<div style=”float:right;”>icons</div>
But they’re not aligned with the blog title, they’re lower. So I’ll try to do something about padding.
Forum: Fixing WordPress
In reply to: how do i find my topic ?Try going to your profile, your topics should be listed there (“View your profile” in the upper right part of this site).
Forum: Fixing WordPress
In reply to: How to add custom RSS-icon?Now I’ve managed to get them to the header, but they just appear under the blog name. How do I move them to the right?
Forum: Fixing WordPress
In reply to: How to add custom RSS-icon?This is the site I’m working at: https://amilabosnae.com/
I’ve changed some things in the template now, but I would like to move my RSS icon and E-Mail subscription icon to right side of the the header (I’ve given up on that other RSS icon for the moment). I guess I know where to add it in my code, but don’t know what to write? :-S
Forum: Fixing WordPress
In reply to: How to add custom RSS-icon?Thank for your answer. I did that, but it’s too big, and when I try to increase the nav bar’s height in pixels to fit the icon, it gets messed up because the background doesn’t match. It’s just my wrapper that gets moved down a little. Any idea how to match the background to the wrapper?
Forum: Fixing WordPress
In reply to: wp_list_pages hierarchical argument not working?I have the same problem – subpages showing in my navigation bar – so where do I insert the code to change the depth? Thx.