Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #803421

    I’m searching for a solution to make the color fade from bright blue to white back to bright blue. (Color transitions) The color using on the website is: #0fa7d9.

    • This topic was modified 7 years, 5 months ago by Candratech.
    #803442

    Hey Candratech,
    You could try a custom gradient generator such as this: http://www.colorzilla.com/gradient-editor/

    Best regards,
    Mike

    #803467

    Hey Mike,
    Thanks! this is wat im searching for. Which file do i have to edit or is it possible to place this code in Quick CSS in the enfold theme options?

    Best Regards,

    #803497

    Hi,

    You can place any custom CSS in Quick CSS under Enfold->General Styling. If you should need any help then please post a link to your site and point out what element you would like to apply your code to.

    Best regards,
    Rikard

    #803562

    Hi Rikard,

    The website address is: http://www.candratechnology.nl. The items on the website in the following color: #0fa7d9 we want to make these items gradiant. This way the site looks more dynamic. This color is used in the footer, and in the breadcrumb area and in the area where you find our contact info and the language selection.

    Kind regards,

    #803579

    Hi,
    Can you please create a gradiant that you like and paste the code, we can help with using it in those elements.
    Best regards,
    Mike

    #803600

    Hi Mike,
    This is the code for the gradiant we like:

    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 );

    Kind Regards,

    #803620

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #header_meta, .alternate_color, .socket_color {background-color: background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important; 
    background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important; 
    background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }

    Best regards,
    Mike

    #803626

    Hi Mike,

    I placed the code in the Quick CSS field. But is appears that nothing has changed. Maybe i’m doing something wrong.

    Kind regards,

    #803636

    Hi,
    Please clear your cache: [http://www.refreshyourcache.com/en/home/]
    Or Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #803639

    I cleared the cache but it seems there are no changes. I added the login details in private content

    #803648

    Hi,
    OK, Please clear your cache: [http://www.refreshyourcache.com/en/home/] and try now :}
    I cleared your WP cache :)

    Best regards,
    Mike

    #803651

    Hi Mike,

    It looks perfect! Thanks for your support!

    Kind regards,

    #803654

    Hi Candratech,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #844538

    Hello,

    We use the folowing code on our website to create the right color:

    #top #header_meta, .alternate_color, .socket_color {background-color: background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important;
    background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important;
    background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }

    This is working perfectly. However we would like to get the following in the same color:
    The buttons
    The footer widget area

    #844584

    Hi,
    For the footer and socket:

    .footer_color,.socket_color {background-color: background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important;
    background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important;
    background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }

    For the big button on your homepage:

    .main_color .avia-color-theme-color {background-color: background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #0fa7d9 40%, #0fa7d9 40%, #2989d8 50%, #7db9e8 100%)!important;
    background: -webkit-linear-gradient(left, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%)!important;
    background: linear-gradient(to right, #1e5799 0%,#0fa7d9 40%,#0fa7d9 40%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=1 )!important; }

    Best regards,
    Mike

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