Download Link for PDF in a page

Discussion in 'Blackriders WordPress Theme' started by alexdimartino, Oct 13, 2017.

  1. alexdimartino

    alexdimartino Member

    Joined:
    May 1, 2012
    Messages:
    41
    Likes Received:
    1
    Hi, I need to have 3 links to download 3 pdfs documents in a page. How can I do this? Where do I upload the docs?
    Basically, the visitor will click n a button on home page, go to a page and on the page there will be some text and these three links to download the docs.

    Many thanks
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
  3. alexdimartino

    alexdimartino Member

    Joined:
    May 1, 2012
    Messages:
    41
    Likes Received:
    1
    Thank you very much Naveen. Hi applied the guidance and the link works, the only problem is that the text now is WHITE and is NOT visible on a white background page of course.
    I tried to fiddle with the theme settings and other to see if I could change the link text into Blue, as usual.

    This is the page: http://dellafonte.com/?page_id=64

    The link is are white, therefore invisible but you can hover on them.

    They are after the line

    "
    • Sconto del 5% sui pezzi di ricambio"
    And after the line

    "
    • Interventi tempestivi entro le 24 ore dalla chiamata
    How do I make the links Blue again please?
    Thanks
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    There are two options:

    1. You can the text color via creating or editing the page, just select the desired text and change the color, just follow the attached screenshot.

    2. Just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-content .content-bar a {
        color: #0000FF;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

    Attached Files:

  5. alexdimartino

    alexdimartino Member

    Joined:
    May 1, 2012
    Messages:
    41
    Likes Received:
    1
    Many thanks! Option 2 worked out!
    Best
    adm
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page