Is there a simple way to remove those link styles related to dotted borders (and white borders)? It’s possible to change some links but in the end there is always this box/border visible (on focus?)… Code like below doesn’t really help. Any ideas?
a {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
a:link {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
a:visited {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
a:active {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
a:hover {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
a:focus {
border: none !important;
border-style: none !important;
text-decoration-style: none !important;
}
Thanks!
Y
Is this possible?
]]>1. Scroll to the bottom of the page.
2. Hover your mouse over the “Privacy” link. Note that the underline become thicker.
3. Click the “Privacy” link.
4. Scroll to the bottom of the modal display.
5. Hover your mouse over the words”contact us”.
6. Note the words “contact us” are the text for a link in the original content. While a hand pointer will appear, the link is not underlined and does not reflect the same hover styling as a regular link.
How do I make the link styling appear the same as a regular page.
]]><div id="links">
Check image here https://bit.ly/2k4Od35
I need this style only for mobile view
]]>I tried to edit the style in css using:
.sh-link a {font-size: 14px;
font-weight: bold;
color: #e83f6f;}
.pressrelease-link a {font-size: 14px;
font-weight: bold;
color: #e83f6f;}
but to no avail.
my website is: https://www.lesson-research.org/
any help is appreciated thanks!!
]]>The front page/post has the links styled using the “.entry-summary .span4 > p > a { ….} in css.
This style doesn’t flow into the links on the next post/page.
I tried changing the css style into “.entry-content .span4 > p > a {…..}”, and various other forms following on the browser’s element inspection – nothing seems to work.
What am I missing? Any ideas how to modif the style to make it work all over the site (global)?
Thank you very much.
]]>I have the pro pack and I use the theme beside the point rev 02. I need to know how I could change the link color in the bubble on my map without changing the link color of my results?
One last thing. the radius dropdown menu has 2 arrows actually. One by my theme and another one added by the plugin as you can see on this printscreen: https://sflvideos.com/arrow.jpg
How can I delete the one added by the plugin?
Thanks!
https://www.ads-software.com/plugins/store-locator-le/
]]>I’ve been trying to remove the underline from the links on my website. I’ve tried both of the suggestions in this thread, but neither has worked for me. Any other suggestions?
Thank you in advance!
(My website: lbsbakery.com)
]]>For certain types of content, the links in the body may be styled in a special manner.
Since this plugin inserts content in the body itself, it ends up with the style of the body.
Is there any way for this plugin’s style files to avoid inheriting the parent link styles for the Email share? The facebook, g+, etc buttons are styled correctly – since they don’t use <a href ...>
links. Only the Email share looks bad.
I did finally fix this by creating a child theme style and overriding really simple share styles, as described here:
Link style posts incorrectly styling Email share button.
In short, I added this:
article.format-link .entry-content .really_simple_share a:after {
content: none;
}
but would be nice if there were some way for this plugin itself to include this fix. Not sure if that is possible using CSS, or if the only way is for each user to create a custom style file.
]]>