Home Forums ArileWP Pro Title Box in Hero Image

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #38619
    Kevin Zepp
    Participant

    Can I adjust the size and the location (move to align to the base) of the highlighted title box on the main hero image. Site I am working on is https://rjr.429.myftpupload.com/

    Thank you.

    #38634
    themearile
    Keymaster

    Hi Kevin

    Please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS, paste the CSS here, and click the Publish button.

    .theme-slider-content .theme-caption-bg .title-large {
    font-size: 4rem;
    }

    Please change the font size as per the requirement.

    Thanks

    #38672
    Kevin Zepp
    Participant

    Thank you for the code but I want to change the location of the highlighted box not the font size. I am trying to move the box down (increase the padding on the top???)

    #38677
    themearile
    Keymaster

    Hi Kevin

    Please see the screenshot https://prnt.sc/fDkxA_EumpYe and confirm whether you want it to look like it.

    Thanks

    #38683
    Kevin Zepp
    Participant

    Yes, that is what I am looking for.

    #38719
    themearile
    Keymaster

    Hi Kevin

    Please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS, paste the CSS here, and click the Publish button.

    .theme-slider-content {
    top: 75%;
    }

    Let us know if it works.

    Thanks

    #38727
    Kevin Zepp
    Participant

    Worked. Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.