This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #129263
     waynep16
    Participant

    I cant see option to import v4.0 rev slider or homepage ?

    Also do you have the v4.0 or v3.0 rev slider PSD file for the connection heads graphics???

    One more point, how do i customise the color of .vertical-separator from default RED ? is this element controlled from theme panel or do i need to use custom CSS to over right this and the :before / :after class?

     

    Thank you

    #129299
     Radu
    Moderator

    Hi,

    All available sliders are included in main archive that you have downloaded from theme forest

    – Go to WordPress Admin -> Revolution Slider -> Import Slider.
    – Now you need to go into your PC and Browse to the Demo content folder, located in the package downloaded from Themeforest, and go to Revolution Slider folder.
    – Choose the one of the .zip files and click Import Slider.

    Vertical separator css proprieties can be overwritten with this css.

    Replace with your desired color and size, etc.. if you can to change only color change this line border-left: 1px solid #ff5e5e; from ff5e5e to another color code

    COPY CODE
    
    
    /* Vertical separator */
    .vertical-separator {
      border-left: 1px solid #ff5e5e;
      padding-left: 30px;
      position: relative;
      margin-left: 8px;
    }
    
    .vertical-separator:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #ff5e5e;
      display: block;
      position: absolute;
      top: -15px;
      left: -3px;
    }
    
    The css can be added to wp-admin -> theme options -> general settings -> quick css
    
    Cheers
    R.
    
    .vertical-separator:after {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #ff5e5e;
      display: block;
      position: absolute;
      bottom: -15px;
      left: -3px;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #129308
     waynep16
    Participant

    No Sorry but v4 homepage (http://seventhqueen.com/themes/kleo/) and new “pink style” slider is NOT included in the theme download 4.0.8 from yesterday… the only demo-default-kleo file was dated from 2015… so that is not correct one.

    Also please can you return my question about getting the .PSD file for these images

    http://seventhqueen.com/themes/kleo/wp-content/uploads/2016/02/main_circle_community_big.png

    Thank you

    #129310
     Radu
    Moderator

    Hi,

    Use the attached archive, import the slider from wp-admin -> revolution slider -> import slider

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #129323
     waynep16
    Participant

    Do you have the PSD please for the slider graphics (http://seventhqueen.com/themes/kleo/wp-content/uploads/2016/02/main_circle_community_big.png) so i can customize them?

    Thanks

    #129448
     Radu
    Moderator

    Hi,

    Please check this attachment : https://drive.google.com/open?id=0Bxo5b6iHWRMwaXdaRDdQOExGN28

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?