Okay
  Public Ticket #252792
Homepage Caption & Button movability.
Closed

Comments

  • Rocky started the conversation

    Hey there! I'm trying to figure out how to move the Caption & Button on the Home Slider. I have two different option areas that I'd like to move em. Any idea how I can do that using Custom CSS?

  •  8,471
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    #featured article .post-title h2,#featured article .post-title a {
        top: 150px !important;
        left: 200px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team