External links do not appear underlined on wp pages

Discussion in 'RoadFighter WordPress Theme' started by zsirajdin, Jul 9, 2013.

  1. zsirajdin

    zsirajdin New Member

    Joined:
    Sep 24, 2012
    Messages:
    22
    Likes Received:
    0
    Hi,

    I am confused about how to create external links underlined on wp pages? could you please help me on this issue.

    regards
    zeeshan
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Can you please explain your problem with the help of screenshot, where you want to underline the link and also share the link of your website, so that we can give you the exact solution.
     
  3. zsirajdin

    zsirajdin New Member

    Joined:
    Sep 24, 2012
    Messages:
    22
    Likes Received:
    0
    Hi,

    Ive pasted a link of a page from my website. The attached zipped folder 'Supporting Files Presentation Authoring' is downloadable and i want it to appear like an underlined link. This will enable students to know that this is a downloadable zipped folder.

    http://maximus.my/?page_id=2410

    I will really appreciate ur help regarding this issue.
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar a {
    text-decoration: underline;
    color: your color value;
    }
    you can also change color of links through "color: your color value;"
     

Share This Page