Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108502
    Janet
    Participant

    Hi,

    I’m using Parallax Pro and need to change the location of the site branding items, specifically the logo, title and description. I need them to basically move over to the top left of the page. Additionally is there a way to only show the logo when viewed on a mobile device?

    Here is a link to the site. https://www.monroecountysoroptimist.org I’m working on creating a child theme for it as well.

    Thanks in advance for any help you can provide.

    Thanks
    Janet

    #108530
    Mahesh
    Keymaster

    @janetmmorris: Checked your site, the site branding items, they are all already at the top left of the page. Have you already resolved it by yourself.

    Additionally is there a way to only show the logo when viewed on a mobile device?
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        #site-header {
            display: none;
        }
    }

    Regards,
    Mahesh

    #108716
    Janet
    Participant

    Hi Mahesh,

    Thank you, this will help! With the location of the logo, etc. It seems to display better in Safari than Chrome, at least on my screen. But what I was hoping for was to kind of line up the logo with the slider arrow below it. So just be able to move it to the left more than it already is. Would that be possible?

    Thanks again!
    Janet

    #108877
    Marius
    Participant

    Hi dear Catch Team, is there a possibility within the customizer or better, how can I in general change the Display Order of the different Slider(Portfolio, Hero etc.)
    As well how can I change the Arrow-button color within the Featured slider. There is no option I can find within the color options.

    Thanks & best regards

    Marius

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Parallax Pro Site Branding, Logo & Description’ is closed to new replies.