• Resolved SVAH

    (@svah)


    I tried to upload by FTP a new image in the folder “image” of my template after deleting the old image, but I still see the old image in the header. How can I resolve? Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • check your css file and make sure that the background image is referencing the new image file that you uploaded.

    if you used the same filename, the new image should have overwritten the old one. in this case, maybe you just need to clear your cache. 🙂

    Thread Starter SVAH

    (@svah)

    Great! Thanks a lot for opening my old fashioned html mind. I’ve checked the css file, effectively the new image was on, and viewing the site with a different browser (sea monkey) finally I see the new header image.

    Thread Starter SVAH

    (@svah)

    I’d like to change the text format of categories, the list on the left of my site http://www.bellantico.com: somebody can help me? Thanks a lot from the old fashioned!

    edit style.css of your theme; find:

    .BlockContent-body a:link
    {
    	color: #6D6237;
    	font-family: Arial, Helvetica, Sans-Serif;
    	text-decoration: underline;
    }
    
    .BlockContent-body a:visited, .BlockContent-body a.visited
    {
    	color: #848E80;
    	font-family: Arial, Helvetica, Sans-Serif;
    	text-decoration: underline;
    }
    
    .BlockContent-body a:hover, .BlockContent-body a.hover
    {
    	color: #2572B1;
    	font-family: times,Arial, Helvetica, Sans-Serif;
    	text-decoration: none;
    }

    change what you need.

    Thread Starter SVAH

    (@svah)

    Perfect! I’m gonna understand something of the new world. Hearthly thanks to the whole great community!!

    Thread Starter SVAH

    (@svah)

    Now I’m dealing with the comment form: I want to put it in a page, but WP gives the form only in the post. Please help me, I’m trying to organize a forum on my website!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘how to change header image in the theme template?’ is closed to new replies.