Randy The Tech Professor
Member
Posted 2 weeks ago #
Hello everyone,
My site is http://randythetechprofessor.com. As you can see I'm using the free theme xMark from Lisa Sabin-Wilson. My version is 2.8.5.
Up in the header (left side) where the "X" is, I would like to insert my own custom made image (and "brand" my site). I will also need to move my lettering (Randy The Tech Professor) to the right in order to get the letters outside of the circle (where my new image will be).
1) How do I do this?
2) If I do this will it affect SEO in any way?
Thanks for any help you can give,
Randy The Tech Professor
The image that contains the 'X' is here:
http://randythetechprofessor.com/wp-content/themes/xMark/images/bodybg.png
Replace that with one of your own keeping the file name the same.
To move the title to the right replace the rule .site-title on line 55 of your stylesheet with this:
.site_title {
font-size:30px;
height:35px;
overflow:hidden;
padding:4px 0 0 180px;
}
this is your image know. click to see the size of it:
http://randythetechprofessor.com/wp-content/themes/xMark/images/bodybg.png
so, if you want a custom image you have to do something like that
Yes, it is possible to move the letters.