Home Forums WoodMart support forum link to further down the page

link to further down the page

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #32087

    MAYZEL
    Participant

    How do i set a link to further down the page please?

    i.e please see the (returns policy)

    Returns policy

    #32091

    MAYZEL
    Participant

    how do i change my link colour to please?

    Doesn’t stand out ?

    Attachments:
    You must be logged in to view attached files.
    #32094

    MAYZEL
    Participant

    Why is all my writing different size?

    how to fix this please

    #32106

    Artem Temos
    Keymaster

    Hello,

    You can change the link color with the following CSS snippet

    .wpb_text_column a {
        color: red;
    }

    All texts are written in different fonts because you used different HTML tags for them. We suggest you to use <p> tag for all texts on this page.

    Regards

    #32120

    MAYZEL
    Participant

    i didn’t i write them in word first then copied them.

    So shall i re type it all?

    #32123

    MAYZEL
    Participant

    The css code didn’t work 🙁

    #32125

    MAYZEL
    Participant

    i changed the text colour thats what i meant lol but when on hover it doesn’t turn red

    #32131

    Artem Temos
    Keymaster

    Yes, you need to remove all unnecessary HTML tags to make it look better. You can do this when edit your page without Visual Composer editor and switch to “Text” tab.

    Use this code to change the link color on hover

    .wpb_text_column a:hover {
        color: green;
    }
    #32134

    MAYZEL
    Participant

    how do i correct all my writing please ;(

    #32135

    MAYZEL
    Participant

    its ok i resolve it change all writing to same style. because i copied a couple of statemants.

    just the link colour

    #32176

    Artem Temos
    Keymaster

    So did you try to use our CSS code snippet to change your links colors?

    #32227

    MAYZEL
    Participant

    still doesn’t work but doesn’t matter my friend. i just change the font colour

    #32228

    Artem Temos
    Keymaster

    But you have set a blue color for the link with style attribute in the code https://gyazo.com/8f61e67e1c1a11614d9350e0fe3e9beb
    that is why our CSS code may not work.

    #32238

    MAYZEL
    Participant

    how do i link to further down the page please?

    How do i set a link to further down the page please?
    i.e please see the (returns policy)
    Returns policy

    #32239

    MAYZEL
    Participant

    Artem Temos

    Keymaster
    But you have set a blue color for the link with style attribute in the code https://gyazo.com/8f61e67e1c1a11614d9350e0fe3e9beb
    that is why our CSS code may not work.

    Ok doesn’t mattter

    #32285

    Artem Temos
    Keymaster

    Sorry, but what do you mean by ” link to further down the page “?

    Regards

    #32346

    MAYZEL
    Participant

    On my deliver page i have. “Return address” The actual address is further down the page.

    How to highlight “Return Address” via click, to link it for the page to slide down to this section where the return address is located.

    #32348

    MAYZEL
    Participant

    solve my writing with Tag <p> is this the woocommerce default Writing?

    #32373

    Artem Temos
    Keymaster

    Here is an article that should help you create links with anchors on your website https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/

    #32391

    MAYZEL
    Participant

    oh mate wicked thanks took me a while lol but cracked it. perfect

    #32438

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘link to further down the page’ is closed to new replies.