• Resolved choggi

    (@choggi)


    hello. sorry for my bad english, hope you understand me.
    Is there a way to move around with the call to action button, and the title on the frontpage?

    I’m very new at this, so please help me ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • hirenpatel1612

    (@hirenpatel1612)

    Yes possible…!!!!

    Give me link of site !! Thanks

    Thread Starter choggi

    (@choggi)

    Thread Starter choggi

    (@choggi)

    https://www.screencast.com/t/umPxv2IUAAd1

    I would like to move the text to the place it is in the picture.
    And if it is possible i actually would like to remouve the button?

    thanks

    Thread Starter choggi

    (@choggi)

    I’ve tried, but it does not work. I’m not sure I do it correctly. I’m new to this, can you describe exactly how I do please?

    hirenpatel1612

    (@hirenpatel1612)

    Open WP backend

    Appearance > Editor

    Will open style.css file

    /*
    Theme Name: child-sydney
    Version: 1.0
    Description: A child theme of Sydney
    Template: sydney
    */
    
    @import url("../sydney/style.css");
    .flex-active-slide > .contain{
        margin: 0 auto;
        position: relative;
        right: -235px;
        top: -10px;
        width: 800px;
    }
    .roll-button.button-slider{
        display:none;
    }

    add this code !!!

    Thanks

    Thread Starter choggi

    (@choggi)

    it work. But how do i get it further on the pager?

    hirenpatel1612

    (@hirenpatel1612)

    means ?

    Thanks

    Thread Starter choggi

    (@choggi)

    sorry.
    https://www.screencast.com/t/wQ6bvpq5A
    Is it possible to move the text up, like in the picture?

    Thanks

    Hello @choggi,

    Try to apply the following CSS code:

    .text-slider-section{
      top: 110px;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
      transform: unset;
    
    }

    Let me know how it goes.

    Regards,
    Kharis

    Thread Starter choggi

    (@choggi)

    it did not work ??

    Hello there,

    Try to clear your browser’s cache before reloading your site.

    Thread Starter choggi

    (@choggi)

    it work Thanks alot

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘move the title and the call to action button’ is closed to new replies.