Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #746464

    Hi,

    How can i say in the styling that a url in the text always is color #987654 and the text is underline, but only in the main, not in the header or footer ?

    #747130

    Hey BPC,

    Try using:

    #main a {
        color: #987654;
        text-decoration: underline;
    }

    Hope this helps.

    Best regards,
    Nikko

    #747531

    it is working, but, i have 1 button that give’s a problem.

    See the link in private page

    i have give it for a test a red background.
    the button “Terug naar overzicht” is wrong.
    this must be white, but it won’t change

    .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    
    background: red !important;
    
    color:white !important;
    
    text-shadow: transparent !important;
    
    border-color:#b0a276 !important;
    
    }
    • This reply was modified 7 years, 8 months ago by BPC.
    #749797

    Hey!

    Thank you for using Enfold.

    The following css code overrides your modification.

    #main a {
        color: #b2a35a !important;
        text-decoration: underline;
    }

    Add this code below that one.

    #main .button.wc-backward {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    Cheers!
    Ismael

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