Two types of links

  • Posted in : TheBlogger
  • annamaria
    Participant

    Hi!

    Thanks for a great theme and a great support!
    I noticed that there are two types of links. One that I can choose color and so on in the customizer and then there is the links in bold and a black underline. How can I decide which one I want to choose? I’d prefer to only have the one that I can control in the customizer.
    Thanks!

    serkan
    Moderator

    Hi,
    We will try to test and develop this feature. In this process, you can use the following custom code to control your links.

    .entry-content > p:not(.more) > a:not(.social-link):not(.button) {
        border-bottom: none; font-weight: normal; color: #345; }

    Thanks

    annamaria
    Participant

    OK, thanks. One thing that might help when looking further in to this is that when I make a link bold or italic it will be a a:link but when I just make a link on my regular text it will be tho one with underline and black.

    serkan
    Moderator

    Hi, We will also consider this when we release an update.
    Thanks for the feedback.

    ateliernovotny
    Participant

    I would actually like to modify my “customizer” links. I’d like to make them underlined and bold. Would that be possible to do via css please?

    serkan
    Moderator

    Hi,
    Could you provide me your related url please ?
    Thanks

    ateliernovotny
    Participant

    I don’t quite understand how these links work. I have two similar pages, yet on one I have one type of link format and on the other the next. Seems random as I have not done anything to specify my links on either page, at least I’m not aware that I did. Would you be able to help me figure out what is happening?
    http://www.ateliernovotny.com/contributors/
    http://www.ateliernovotny.com/your-support/

    serkan
    Moderator

    Hi ateliernovotny,
    One of them in the list not in the paragraph, the other one is located in the paragraph that is why there are two type of links.
    Could you try to use these custom css codes;

    .entry-content li a { border-bottom-color: #fff387; font-weight: bold; color: #000; border-bottom: 3px solid #fff387; }
    .entry-content li a:hover { border-bottom: 3px solid #333; }

    Thanks

    ateliernovotny
    Participant

    Great, works, thanks so much for looking into it for me and for the solution!

    serkan
    Moderator

    You are welcome.

    nerwin
    Participant

    How do I add a hover color to those links (the ones that have the underline)? I can’t figure it out.

    serkan
    Moderator

    Hi nerwin,
    You can use this custom css code;

    .entry-content > p:not(.more) > a:not(.social-link):not(.button):hover { color: #345; }

    Thanks

    nerwin
    Participant

    Thank you! That worked perfect.

    serkan
    Moderator

    You are welcome.

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register