New Landing How can we help? Themeforest Theme Support Dante Form colour change using CSS?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #165407
    dasstudio_eve
    Member
    Post count: 26

    my site is designed using red, grey, and black colours. I would like to change the ‘blue’ in this form. How do i manipulate the css?

    Thank You!

    Attachments:
    You must be logged in to view attached files.
    #165434
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the code like this:-

    ::selection {
       background: #FF0000; /* Safari */
       }
    ::-moz-selection {
       background: #FF0000; /* Firefox */
    }

    Thanks
    Mohammad

    #165649
    dasstudio_eve
    Member
    Post count: 26

    that did not work…

    #165655
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one instead

    
    ::selection {
       background: #FF0000!important; /* Safari */
       }
    ::-moz-selection {
       background: #FF0000!important; /* Firefox */
    }

    -Rui

    #165675
    dasstudio_eve
    Member
    Post count: 26

    That still didnt work, my site is live if you wanna check it out.

    http://ottawavalleyirepair.com/store

    also, on the ‘get it fixed page’ the footer is all crazy large. how can i make it the same as every other page? I noticed it a while ago and figured it would adjust itself when i refresh but its still all wonky.

    http://ottawavalleyirepair.com/getitfixed/

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #165680
    dasstudio_eve
    Member
    Post count: 26

    AND…. on the blog page. the titles, on hover they are red (great) but on click and visited they turn blue (bad) I would want them dark grey or dark red….

    Help?

    Attachments:
    You must be logged in to view attached files.
    #166400
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us admin access so we can give it a try?
    Use the private reply.

    -Rui

    #166423
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I don’t think that is possible with the CSS to change the select box selected item color, but you can try something like this http://stackoverflow.com/questions/12836227/change-select-box-option-background-color

    Let us know,

    Thanks,
    laranz.

    #166424
    dasstudio_eve
    Member
    Post count: 26
    This reply has been marked as private.
    #166979
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Guess Laranz was right.
    Tried several things without success, it seems to be controlled by the Operating System.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register