badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

sovit ranjitkar

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 55 total)
  • Author
    Posts
  • in reply to: Menu disappear #23272
    sovit ranjitkar
    Keymaster

    Hi velencei13,

    We have found the issue that you have added some javascript (form) in the widget text which is conflicting the mobile menu. Better enqueue the javascript either in header or footer.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Site hacked? #22941
    sovit ranjitkar
    Keymaster

    Hi lillianduggan,

    Please deactivate all the plugins if it does not solve your issue then please email us your temporary username and password to our email. We will login to you admin site and find the exact issue.

    Thank you!

    in reply to: Search option and social media icons are not aligned in safari #8030
    sovit ranjitkar
    Keymaster

    Sorry for late reply. Our themes/demos are perfect with the latest version of Safari. Please update your browser and try again.

    Thank you!

    in reply to: Remove hover effect #7638
    sovit ranjitkar
    Keymaster

    Hi Allan,

    To remove the hover effect above the menu Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
        background-position: 0 -4px;
    }
    #access a {
        height: 41px;
        padding-top: 18px;
    }
    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a,
    #access ul li:hover > a {
    	border-top: 0 none;
    	padding-top: 18px;
    }
    #access ul li ul {
        top: 59px;
    }

    and to make add some more space between the content and the right sidebar paste below CSS:

    #primary {
        width: 63.64%;
    }
    #secondary {
        margin-left: 5.06%;
    }

    Hope above code CSS help you.

    Thank you!

    in reply to: Transparent : Content, Sidebar, Header, Footer.. #7519
    sovit ranjitkar
    Keymaster

    To remove the horizontal lines above and below the main menu Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
        border: 0 none;
    }

    Thank you!

    in reply to: How to decrease the size of white margins on all pages #7504
    sovit ranjitkar
    Keymaster

    Hi Alan,

    We could not understand What you are trying to say? Are you trying to decrease the margin size of both content and side bar individually OR trying to decrease the wrapper margin size for both from the left and right.

    Thank you!

    in reply to: Transparent : Content, Sidebar, Header, Footer.. #7503
    sovit ranjitkar
    Keymaster

    Hi Perfekthealthbeauty,

    To transparency in all parts of my Attitude PRO theme Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .wrapper {
    	background: rgba(255, 255, 255, 0.5);
    }

    Thank you for using our theme.

    in reply to: IPAD Page Size #7502
    sovit ranjitkar
    Keymaster

    Ok Great.

    in reply to: IPAD Page Size #7380
    sovit ranjitkar
    Keymaster

    @blu To stretch the page Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 1078px) {
    	.wrapper { 
    		width: 758px; 
    	}
    	.container {
    		width: 718px;
    	}
    }

    Thank you for using our theme.

    in reply to: Change Facebook icon and the size #7073
    sovit ranjitkar
    Keymaster

    @ Eric,

    You have to change facebook icon path to you own for desktop too via custom CSS.
    Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    .social-profiles ul li.facebook a {
    	background-position: 0 0;
    	background-image: url("images/[email protected]");
            background-size: 30px 30px;	
    }
    .social-profiles ul li.facebook a:hover {
    	background-position: 0 0;
            background-image: url("images/[email protected]");
    }

    Note: Please upload 60px by 60px images for crystal clear view in retina devices.

    Thank you.

    in reply to: Change Facebook icon and the size #6817
    sovit ranjitkar
    Keymaster

    Hi Eric,

    The way you did to change the facebook icon is exactly correct. It should change the icon. Please try refreshing your browser and also could you please provide us a link to your site.

    Thank you!

    in reply to: Column widths #6816
    sovit ranjitkar
    Keymaster

    Hi LauraG,

    Total wrapper width is 1038px.
    content width is 65.64%
    sidebar width is 31.28%

    Thank you!

    in reply to: Services widget text colour #6681
    sovit ranjitkar
    Keymaster

    Hi Daniel,

    Sorry for the late reply Daniel.
    Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_service p { 
    	color: #2d190c;
    }

    Hope this may help.

    Thank you!

    in reply to: Typography option minimum font size #6334
    sovit ranjitkar
    Keymaster

    Hi nash02,

    To change the font-size of page/post title to 16 Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title,
    .entry-title { 
    	font-size: 16px;
    }

    Note: Change above digit 16 to your own digit to increase and decrease the size of the page/post title as well.

    Thank you for using our theme.

    sovit ranjitkar
    Keymaster

    Hi Sundar,

    To change background-color and hover background-color color of drop-down menu Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
    	background-color: #fff;
    	border-color: #05A9C5;
    }
    #access ul li ul li a:hover, 
    #access ul li ul li:hover > a, 
    #access ul li.current-menu-item ul li a:hover {
    	background-color: #F9F9F9;
    }

    Note: Change above Hex color code #fff for drop-down background-color and #05A9C5 for border as well and change #F9F9F9 for hover background-color with your own Hex color code.

    Thank you for using our theme.

Viewing 15 posts - 1 through 15 (of 55 total)