Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1002281

    Hi,
    It is not the first time that after a few days the links within the posts go back to red colour.

    A few days ago this was solved, now again the links are red.

    Could you please double check for me? And why if the issue is solved once then it comes back?

    Thanks,
    Marco

    #1002348

    Hey marcoabis81,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Was there any update? Plugins, WordPress?

    Best regards,
    Victoria

    • This reply was modified 6 years, 3 months ago by Victoria.
    #1002369

    Hi Victoria.
    No wordpress updates.

    Details attached

    You will find the custom CSS you gave me last week.

    #1002529

    Hi,

    Thanks for that, though the login details seems to not be working. Could you check and verify please?

    Best regards,
    Rikard

    #1002765

    Hi Rikard,
    can you please try now?

    Thank you :-)

    #1002792

    Hi,

    Have you made any CSS additions since the last time to any of the style files provided?

    Best regards,
    Jordan Shannon

    #1002808

    Hi Jordan,

    this is the last addition made but it is regarding boxes added in posts. I do not think it is interfering with the links? I removed it and tested without, but still link colours come out RED. When I say that I am referring to the links in the posts

    .container_wrap .avia-builder-el-first {
    border-radius: 23px;
    padding: 10px;
    }

    .av_promobox .avia-button.avia-size-large {
    border-radius: 12px;
    }

    Thanks,
    Marco

    #1002990

    Hi Marco,

    Thanks for the feedback, though it looks like the Primary color colour option is set to red in the theme options under Enfold->General Styling. Did you try changing that?

    Best regards,
    Rikard

    #1003235

    Hi Rikard,
    Unfortunately it is a bit trick.

    1) I have removed a few custom codes and this is the result I get: Bold text follows the main color colour.
    Links (bold or not) are blue. They are blue underlined when I hover over the link.

    Now, I do not know why certain links do not get the color I want. See this page https://www.ninserviziogratuito.co.uk/chi-siamo

    Left side links are blue, right side links are greyish. How do I get those links to be blue?

    2) Another thing about colors, they changed when I changed the promary color back after your email.

    How do I change the color of the box in the comments “plubblic a comment” ?

    3) https://www.screencast.com/t/gJkm7I5O bottom of the page https://www.ninserviziogratuito.co.uk/vita-in-uk-guide
    as you can see the color is red, and it is taken by the theme color.

    Onn this page https://www.ninserviziogratuito.co.uk/scheda-telefonica-inglese the 3 bottoms are set to get the theme color as well, but I get a different color than red. Why? See screenshot https://www.screencast.com/t/HPZEwfaOuBJF

    Thanks,
    Marco

    #1004191

    Hi guys, did you get my message?
    Regards

    #1004376

    Hi,
    Sorry for the late reply,
    1: to have all of the links blue, please change this css:

    #top .all_colors a strong {
        color: #1a0dab !important;
    }

    to this:

    #top .all_colors a strong,#top .main_color strong a {
        color: #1a0dab !important;
    }

    2 & 3: I believe you are referring to the submit button under the comment form, & the other buttons on the other page, please try this css for all of these buttons:

    /*button color*/
    .main_color input#submit.submit,.main_color .avia-button.avia-color-theme-color {
        background-color: red !important; 
        color: #ffffff !important;
    }
    /*button hover color*/
    .main_color input#submit.submit:hover,.main_color .avia-button.avia-color-theme-color:hover{
        background-color: blue !important; 
        color: #ffffff !important; 
    }

    I have included the color & the hover color so you can adjust to your needs.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1005146

    Hi Mike,
    thank you for your code.

    Everything works :-)

    Appreciated.
    Marco

    #1005189

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Color links’ is closed to new replies.