DOWNLOAD CV

  • Posted in : BookCard WP
  • Anonymous
    Inactive

    Click to download the summary.

    Anonymous
    Inactive

    Good afternoon! You need to change this code [button align_center new_tab = "yes" = "" text = "DOWNLOAD CV" url = "#"], so that when you click on “DOWNLOAD CV” page open in a new tab?

    And just like after clicking on DOWNLOAD CV hide in the address bar of the file path, to be seen of the platform on which is built the site?

    Mehmet S.
    Keymaster

    Hi, just don’t use new_tab parameter.

    Thanks

    Anonymous
    Inactive

    Good night! How to change the color of the button on a dark brown #654321?

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .launch .btn {
        background:  #654321;
    }
    
    Anonymous
    Inactive

    When the cursor is red is not illuminated, as it was before. This can be fixed?

    ahmetsali
    Keymaster

    try this one to change mouse over color;

    .launch .btn:hover {
        background:  #654321;
    }
    
    Anonymous
    Inactive

    With this code base color remained black, and when the cursor becomes brown. I want the main color was brown, and when the cursor is red!

    ahmetsali
    Keymaster

    ok, try this one;

    .launch .btn {
        background:  #654321;
    }
    .launch .btn:hover {
        background:  #D64B4B;
    }
    
    Anonymous
    Inactive

    Thank you, cool it! How can I change the color of the button feedback? And the issue is not on the topic of the post. Just want to change the background color in the page description https://yadi.sk/i/1Oc-tlL_ZZnrt

    ahmetsali
    Keymaster

    use this one for page titles;

    .content h2 span {
        background: #654321;
    }
    
    Anonymous
    Inactive

    how to change the color of the button feedback?

    ahmetsali
    Keymaster

    like this;

    input.submit.btn {
        background:  #654321;
    }
    input.submit.btn:hover {
        background:  #D64B4B;
    }
    
    Anonymous
    Inactive

    Thank you so much! Thanks to your support achieved the desired result. http://top.pp.ru/

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

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

License required for the following item
Login and Registration Log in · Register