Change Site Logo's URL using CSS, is it possible?
-
hallo!
i’d like to change the url of my site logo, so it points to a different url than my blog. is that possible using css upgrade? or even without it?
i’d like, when click in the head,
to go to somewhere else but the same url it’s in.
thanks a lot in advance!
david
The blog I need help with is: (visible only to logged in users)
-
-
CSS is a styling document used by browsers to position and style the elements of a web page. It cannot be used to add functionality, such as adding a link to an image.
-
-
-
yep! i meant to change the site’s logo url, because it seems to me very useless a link that sends you to the same place/page in which you are.
a lost opportunity to tell something else!
at least would it be possible to deactivate it? so when people goes with the mouse over it… it doesn’t change it’s state, and it doesn’t confuse you… there’s nowhere else to go, so better don’t show a door.
or would it be possible to use the Harmonic theme in wordpress.org? maybe then i could control those kind of things.
i’m just trying to figure out what suits better for my work.
thanks a lot for your answer.
-
I tried a couple of CSS tricks on hiding or disabling the link, but was unsuccessful. What we could do would be to manually add the image to the header-description with the following CSS (you would remove the site logo at Appearance > Customize > Site Title).
.single .hsContent h2, #header-branding h2 { background: url("https://cajoneradecojones.files.wordpress.com/2014/12/logo-ojo-mueve-wordi.gif?w=241") no-repeat scroll 0 0 transparent; padding-top: 260px; position: relative; top: -80px; } -
ahah! i knew you knew! …you always know.
CSS has always some kind of workaround to make everything possible.
thanks a lot!
but… could we now add a given link to this “header-brnading” image??
that would be perfect.once more: thanks
-
You are welcome.
CSS is a styling document used by browsers to position and style the elements in a web page. It cannot be used to add functionality, such as a link to an image.
-
-
- The topic ‘Change Site Logo's URL using CSS, is it possible?’ is closed to new replies.