Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,451 total)
  • Author
    Posts
  • in reply to: Main menu CSS #144106
    Psink
    Keymaster

    glad to help you

    Regards,
    psink

    Psink
    Keymaster

    Good to hear, finally you find a way to disable it

    Have a good day too

    in reply to: VIEW OF HEADER IMAGE IN MOBILE DEVICES #144102
    Psink
    Keymaster

    it’s good to hear that it’s works

    Psink
    Keymaster

    Ahh, now I get
    please try this CSS

    
    #stats-section{
        display:none
    }
    

    Regards,
    Psink

    Psink
    Keymaster

    if you want to remove the parts that I have a mark in the second screenshot
    Please try this CSS, this code will help you to rid of that part

    
    #stats-section{
        display:none
    }
    

    the previous CSS that I have given to you is for the first screenshot

    Regards,
    Psink

    Psink
    Keymaster

    Hello Marissa

    Can you please share a screenshot? I’m in little confusion

    Is it the portion that I cross with the red line?
    https://tinyurl.com/yxunfnbu
    or this one
    https://tinyurl.com/yxunfnbu

    Regards,
    Psink

    in reply to: Main menu CSS #144086
    Psink
    Keymaster

    Add this CSS code – for menu text color

    
    .main-navigation a{
        color: #fff;
    }
    
    .main-navigation a:hover,
    .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{
    	color: #f8732b !important;
    }
    

    Add this CSS – for logo

    
    .custom-logo {
        max-width: 100% ;
    }
    

    Have a great day

    Regards,
    Psink

    in reply to: VIEW OF HEADER IMAGE IN MOBILE DEVICES #144085
    Psink
    Keymaster

    Hello Emmanuel

    Please add this CSS code

    
    @media only screen and (max-width: 767px){
    	.site-branding {
    	    padding: 50px 0px 0px 0px;
    	}
    	#page #masthead{
    	    background-size: 165% 60% !important;
    	}
    }
    

    Hope this helps

    Regards,
    Psink

    in reply to: Main menu CSS #144080
    Psink
    Keymaster

    Hello Martin

    Please remove the previous CSS of the footer text color and Add this CSS

    
    .site-info,
    .site-info a{
        color: #fff;
    } 
    
    .site-info a:hover{
        color: #f8732b;
    }
    

    Have a good day

    Regards,
    Psink

    in reply to: Menù button for mobile #144078
    Psink
    Keymaster

    Hello Elisabett

    We will check the issue and inform you when its get fixed

    Regards,
    Psink

    Psink
    Keymaster

    Hello marissa mancini

    The gray bar is displaying from the widgets. Can you please check the widgets, to do so
    go to Admin Panel >> Appearance >> Customize >> Widgets, there you will find footer 1, footer 2, footer 3, footer 4

    Please check all the footer widgets, I’m quite sure the gray bar is displaying through one of the footer widgets.

    Or you can add Additional CSS to rid it of.

    
    aside.widget-area.footer-widget-area.one {
        display: none;
    }
    

    You can add the above CSS in the Additional CSS to rid of the gray bar

    Hope this helps

    Regards,
    Psink

    in reply to: Font isue with “Front End PM” – Plugin #144055
    Psink
    Keymaster

    it’s good to hear – it’s working now

    Psink
    Keymaster

    Hello Ronald

    Please add this Css in the theme – to remove the banner image that you have indicated as don’t want

    
    div#page-site-header {
        display: none;
    }
    

    To add this in the theme, please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above css and published

    Can you please share a screenshot for this “I would also like to remove the big grey colored box at the top of any pages I create without a featured image…”

    Regards,
    Psink

    in reply to: Main menu CSS #144044
    Psink
    Keymaster

    Hello Altphotography

    Please add this CSS – to make copyright info to orange

    
    .site-info {
       color: #f8732b;
    }
    

    Add this CSS – For menu

    
    .main-navigation a:hover,
    .menu-inside-wrapper .main-navigation>.nav-menu>.current_page_item>a{
    	background:  #f8732b !important;
    	color: #fff !important;
    	font-weight: bold;
    }
    

    To add this in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS and published

    Hope this helps you

    Regards,
    Psink

    in reply to: Kidspress Pro Homepage Issues #144043
    Psink
    Keymaster

    Hello Kirsty Lord

    Ahh, so you have created a homepage manually using page builder and now you want to display it rather than the theme default homepage

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2646840?key=366a85a1e185ff1b3a111a703dd23e4a

    hope this helps you

    Regards
    Psink

Viewing 15 posts - 1,216 through 1,230 (of 1,451 total)