Tuesday, April 1 2025

Header Ads

News!! Take Underlining From Menu-Bar In Addition To Post-Title Links

News!! Take Underlining From Menu-Bar In Addition To Post-Title Links - hello guys Best Web Hosting And Website Builder, On sharing web hosting this time titled News!! Take Underlining From Menu-Bar In Addition To Post-Title Links, I have been providing the Best Web Hosting And complete Website Builder. Hopefully the contents of posts Best Web Hosting And Website Builder that I write this you can understand. This, he'll Best Web Hosting And Website Builder.

Title : News!! Take Underlining From Menu-Bar In Addition To Post-Title Links
other title : News!! Take Underlining From Menu-Bar In Addition To Post-Title Links

Other Title


News!! Take Underlining From Menu-Bar In Addition To Post-Title Links

If you lot underline the links on your blog, hence the page-links together with post-titles are ordinarily underlined too. But you lot tin plough underlining OFF for these items, together with conform the spacing to brand them stand upwardly out.



Recently, I made all the links on Blogger-Hints-and-Tisp blue, because "everybody" knows that existent hyperlinks are "always" blue.

I also laid upwardly them to move underlined because ProBlogger underlines his links, together with I justice that he's done the inquiry together with knows it's a proficient affair to do.

 Also, I'm aware that colour-blind people sometimes abide by colour-only links hard to distinguish.


Changing the links was easy: I only added only about CSS rules to my theme:
a:link {
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}

The kickoff dominion underlines links that the reader hasn't visited yet.

The minute does links that they have visited.

And the 3rd says to proceed the underlining showing fifty-fifty when person hovers their mouse over it.

But adding these rules had one ugly side effect: underlinig the links also underlined post-titles, together with the things inward the menubar. This made the spider web log await "clunky", hence I had to plough underlining off for for certain links.


How to take away underlining from only about hyperlinks

Horizontal Tab / Menu bar

To plough off the underlining for the items inward the horizontal bill of fare bar (where people ordinarily lay a Pages or Labels gadget), add this CSS style:
.tabs-inner .widget li a
{
text-decoration: none !important;
}

Notice the !important inward that statement: roughly speaking, it says that fifty-fifty if a dominion elsewhere inward the spider web log says to underline links, this dominion is to a greater extent than of import than that ane together with hence this dominion should move followed.

Post titles

To plough off the underlining for the postal service titles, add this CSS rule:
h3.post-title a,
h3.post-title a:visited
{
text-decoration:none;
}
Note that this fourth dimension I combined the teaching for both visited together with un-visited links into the ane CSS fashion rule. I didn't bother adding the !important (eg to arrive "text-decoration:none !important);" - but I would accept done if I'd flora that the spider web log wasn't displaying correctly.

Using spacing to brand postal service championship stand upwardly out


Looking at the postal service titles, I realised that they were a chip cramped. So I added a chip of blank infinite to them yesteryear changing ane slice of code, from:
h3.post-title{
font: $(post.title.font);
margin: 0 0 0;
text-align: left;
text-decoration: none;
}
to
h3.post-title{
font: $(post.title.font);
margin: 0 0 10px 0;
text-align: left;
text-decoration: none;
}

This time, instead of only adding a novel rule, I made the modify inward the subject myself. To produce this, I:
  • Went to Theme > Edit HTML > 
  • Downloaded a backup re-create of the theme,
  • Used the search-tool inward my browser to find the code I wanted to change.

This wasn't quite equally slow equally adding CSS through the Theme Designer > Advanced tool, but it agency that the rules volition move kept together together with hence easer to modify inward future.

This was only a few pocket-size modify to the margin - but it made a big departure to the "look" of my posts.



Related Articles

Adding a new, or updated, CSS dominion to your blog

Centering the postal service championship inward your blog

Removing "Powered yesteryear Blogger" from Designer-theme blogs

Planning changes to your spider web log - inward private


Thus article News!! Take Underlining From Menu-Bar In Addition To Post-Title Links

Best Web Hosting And Website Builder News!! Take Underlining From Menu-Bar In Addition To Post-Title Links, Hopefully can give benefits to all of you. well, the Best Web Hosting And Website Builder posts this time.

You are currently reading the article News!! Take Underlining From Menu-Bar In Addition To Post-Title Links This article and the url is permalinknya https://best-web-hosting-2016.blogspot.com/2018/11/news-take-underlining-from-menu-bar-in.html Hopefully the article This could be useful.

No comments:

Powered by Blogger.