- This topic has 11 replies, 2 voices, and was last updated 7 years, 9 months ago by Andrew Misplon.
Tagged: links
- AuthorPosts
- January 30, 2017 at 12:24 pm #5842
RutgerParticipantHi there,
I have been building a new website with the Ultra theme, which in general works really fine, but I still have some issues with the links on my new website. I have tried to change the colour of links in the Customizer/Theme Design/Content settings to red, but whenever links appear in specific contexts, such as paragraphs, they remain blue. Please see a page where both types appear for the effect. I would expect the Customizer setting to override such subdivisions in the page, or should I make separate changes elsewhere? I’m quite new to WordPress, so sorry if I’m missing something obvious. Any help would be much appreciated!
Best wishes,
Rutger
January 30, 2017 at 6:21 pm #5844
Andrew MisplonKeymasterHi Rutger
Thanks for your support, it’s most appreciated.
So sorry for this hassle. The problem has been fixed in our development version. Can you wait a couple of days for the next update or would you like me to send a Custom CSS hotfix that you can apply right away?
January 30, 2017 at 10:53 pm #5851
RutgerParticipantHi Andrew,
Thanks for your quick reply! If it’s just a few days, and you are already busy fixing it, I can definitely wait for the update. Many thanks in advance!
January 30, 2017 at 10:54 pm #5852
Andrew MisplonKeymasterAwesome. Thanks for your patience, I’ll push that update ASAP.
February 2, 2017 at 5:56 am #5870
Andrew MisplonKeymasterHi again 🙂 Please, could you go to
Appearance > Customize > Theme Settings > Ultra Premium
. Is your order number in place? There should be an update ready. Thanks.February 2, 2017 at 3:25 pm #5871
RutgerParticipantHi Andrew,
My order number is activated in these settings. As far as I can see, WordPress doesn’t say anything about an update. Should I activate or install it manually?
Many thanks again,
Rutger
February 2, 2017 at 6:29 pm #5873
Andrew MisplonKeymasterYes, please. Instructions can be found here.
February 2, 2017 at 6:29 pm #5874
Andrew MisplonKeymasterThis reply has been marked as private.February 3, 2017 at 1:33 am #5882
RutgerParticipantThanks so much Andrew, the colours are fine now! Strangely, the underline/hover properties are still different with a paragraph or list from outside it, but I’ve managed to work around that manually.
February 3, 2017 at 1:37 am #5883
Andrew MisplonKeymasterSuper, glad we’ve made some progress.
I think I know what you’re seeing. The problem we’ve run into is the underline being applied to link elements that it shouldn’t be. So, to try and solve that, we limited that link style to normal typographical elements. If you need any Custom CSS to solve a problem like this, please, send a link and let me know where I can see the issue. I could then write something to help with the problem.
February 4, 2017 at 12:35 am #5888
RutgerParticipantDear Andrew,
Thanks! I can change everything to plain texts perfectly fine, but I haven’t been able to change a thing about the looks of links within a paragraphs and the like (simple CSS as I understand it, like “p a:hover{” etc. doesn’t affect it). For now I solved the issue by basically putting everything into some context, so at least it was consistent, which was fine for the moment. If you’re willing to fix this in a more systematic manner, however, that would really be great. Please have a look at this page as an example: http://demodernetijd.nl/tijdschrift/#auteurs. The top bit is in paragraphs, the bottom isn’t.
FYI: I have this MimeType Link Icons plugin for the PDF logo, but I don’t think, deactivating it doesn’t make any difference as far as I can see.
February 4, 2017 at 6:44 pm #5889
Andrew MisplonKeymasterThanks for explaining. What we could try there in terms of Custom CSS is the following:
.textwidget a { border-bottom: 1px dotted #bf3526; color: #bf3526; } .textwidget a:hover { border-bottom: 1px solid #bf3526; }
- AuthorPosts
You must be logged in to reply to this topic.