Okay
  Public Ticket #1369656
Troubleshooting
Closed

Comments

  • ethanazwar started the conversation

    Good morning,

    1. How do you change the image used in the header (see Capture.png).
    2. How do I go about fixing the clipping issue on mobile for the home page? (see Screenshot....png).
    3. I was able to get Slider Revolution working but cannot activate it.
    4. How do I get my social media icons listed in the header to open in a new window opposed to opening in the same window?

    Thank you!

  •  2,005
    Ocean replied

    Hello,

    1, In backend edit posts, pages: http://prntscr.com/hb41hh

    2, You can easy add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    @media only screen and (max-width: 992px){
    header #logo {padding-top: 10px;}
    #logo .inner img {height: 60px;}
    }

    3, Please ignore the active plugin message, you still using plugin normal on your website, please read more plugin license policy: https://oceanthemes.ticksy.com/article/6350/

    4, I'll update this issues in next version, I'll add a option for social icon.

    Please waiting for update.

    Thank you

  • ethanazwar replied

    Great, thank you very much!