cjboertjens
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change color links in posts and pages, excluding headersThanks for that Ivovic! The closest one to the:
<?php the_content(‘……’); ?>
was called “slidebox”, so I made the changes in the style-slidebox.css and it worked perfectly.
Thanks for all your help, really appriciate it!
Cornelis
Forum: Themes and Templates
In reply to: How to change color links in posts and pages, excluding headersI use vSlider as the theme. I can find <div id=”content”> in the index.php, but nothing that relates to <div class=”whatever”>. However, when I had a look on the post.php I came across <class=”post-body>. Can that be it, or does it have to be listed in the index.php?
I also tried to add this to the style_content.css file in the theme and all the links in the content changed, however, it also caused the headers of each post to display like that as well:
#content a {
color: blue;
text-decoration: underline
}#content a:hover {
color: red;
text-decoration: none
}#content a:visited {
color: purple;
text-decoration: underlineGetting close I think…
Thanks
Forum: Themes and Templates
In reply to: How to change color links in posts and pages, excluding headersHi Ivovic,
Thanks for your reply. I added that code to my style.css sheet on the bottom, just before:
/* End Structure */
/*****************/However, it did not change anything to the link settings in the post or pages (or anywhere else). Do I need to use something else instead of “.entry”?
Thanks!
Forum: Fixing WordPress
In reply to: Sidebar code keeps on being automatically erasedHi, thanks for the input. This issue has been resolved. It was with Dreamhost; something didn’t allow me to upload/change my files anymore and every time I did they got erased.
Forum: Fixing WordPress
In reply to: Sidebar code keeps on being automatically erasedHi Diane,
I tried that, but it still keeps on deleting the content. What actually happens is that as soon as I click “Update File” is says “File edited successfully” and the whole screen is simply empty. All the text is gone. Then I copy paste the text into the window again and when I do the same thing, it is gone again. It seems like I can’t put any content in the php file, because even when I ftp the file to the server, it automatically resets the file size to “0”
Thanks,
Cornelis