Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #416863

    Hello,

    In my homepage: http://www.quantitativo.com.br I have at the bottom, 3 text elements that I would like to convert to links to the websites pages, but without messing with their layout (no underline, no changing color, etc).

    How can I do it?

    #417329

    Hey newtonlinchen!

    Your link goes to a landing page but you can wrap your link inside a span as following

    <span class="my-custom-links"><a href="http://kriesi.at">Click me!</a></span>

    then add following code to Quick CSS

    .my-custom-links * { text-decoration: none !important; color: inherit !important; }

    Regards,
    Yigit

    #417440

    The page is online now. You can take a look.

    So I basically put the code above in a <span> html? (In the text area?)

    #417450

    Hi, Yigit,

    I need to make this element “clickable” and to perform as a button, (with the link):

    [av_heading tag='h3' padding='0' heading='Traders' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#444444' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]

    There are three of them in the homepage. Where should I put the code you mention within this code above?

    Regards,

    Newton.

    #417642

    Hi newtonlinchen and Yigit;
    sorry to jump in;
    I would do in this way :
    #1- create 3 blocs,
    #2, 3- insert a bloc image and another bloc text in each of them,
    #4- insert “the link” on to the image,
    #5- insert “the link” on to the text (WITH YIGIT’S CODE ABOVE).
    see the image
    insert a link to image

    • This reply was modified 9 years, 1 month ago by begrafiks.
    #417928

    Hi!

    Please refer to @begrafiks’ post above

    @begrafiks
    Thanks as always :)

    Regards,
    Yigit

    #418043

    Yigit,

    You see, I need exactly the layout of the items “Traders”, “Corretoras” and “Assets & Family Offices”, below in the page:

    http://www.quantitativo.com.br/home/

    I don’t want to use an image. It’s not part of the layout.

    #418117

    Hi newtonlinchen ;
    if you -only- want a link on each of the following titles :
    (Traders) (Corretoras) (Asset & Family Offices)
    you should :
    1 – give a custom id (your-custom-id-color-section) to your color section in which you have insert those three titles
    2 – insert your text into “spacial heading” in this way :

    <a title="Traders" href="http://your-traders-page">Traders</a>
    

    3 – and add this line into your child theme :

    #your-custom-id-color-section h3 *{ text-decoration: none !important;}
    

    Just adjust the color and size of your h3 tag

    In this way you can even add a background image to your link “a” tag by adjusting size, hover etc.

    • This reply was modified 9 years, 1 month ago by begrafiks.
    #418936

    Yigit, can you help? I posted an issue about alignment, 1 day ago, and nobody came in to help.

    Can you check that out?

    Thanks in advance!

    #419735

    Hey!

    Please check it here: https://kriesi.at/support/topic/alignment-2/

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.