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*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 3,465 total)
  • Author
    Posts
  • in reply to: Gap above header. #9216

    Hi Marc,

    To put a gap above the header/menus Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #branding {
        margin-top: 80px;
    }
    @media only screen and (max-width: 767px) {
        #branding {
            margin-top: 30px;
        }
    }

    Thank you for using our theme.

    Hi DD,

    To eliminate the blue line in drop down menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
    	border-top: 0 none;
    }

    Or If you just want to change the color of blue line in drop down menu then just paste the following CSS code.

    #access ul li ul {
    	border-color: #05A9C5;
    }

    Note: Change above color code 05A9C5 to your own Hex color code to change the color of the blue line in the drop down menu.

    Thank you for using our theme.

    in reply to: Aligning links in the Footer #9213

    Hi Manoranjan,

    #site-generator .copyright .links {
        float: right;
    }
    #site-generator .copyright .links ul li a:hover {
        color: #0B6BBF;
    }

    Note: Change above color code #0B6BBF to your own Hex color code to align the links to the right side and also to change hover color of that links.

    Thank you for using our theme.

    in reply to: Change the hover color on menu #9210

    Hi Stefan,

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

    #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,
    #access ul li ul li a:hover, 
    #access ul li ul li:hover > a, 
    #access ul li.current-menu-item ul li a:hover {
    	color: #05A9C5;
    }

    Note: Change above color 05A9C5 code to your own Hex color code to change the menu hover drop-down color

    Thank you for using our theme.

    in reply to: Change Home Page Slogan & Slider Text Color #9208

    Hi Travis,

    To change the color of featured title and slogan text Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-title, 
    .slogan-wrap .slogan {
        color: #ffffff;
    }

    Note: Change above #ffffff color code to your own Hex color code to change the color of featured title and slogan text.

    Thanks for using our theme.

    in reply to: Format Page Title Boxes #8867

    HI Sheryl,

    To change the color pf page title boxes Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title-wrap {
        background-color: #F9F9F9;
        border-color: #EAEAEA;
    }

    Note: Please change above HEX color code #F9F9F9 to your own HEX color code for page title box and change #EAEAEA for border color of the box

    Thank you!

    in reply to: Navigation colour changes problem #7858

    Hi san_merah,

    First remove the CSS from the custom CSS options that you changed to make the navigation color and try above CSS.

    Thank you!

    in reply to: Navigation colour changes problem #7757

    To change the background color for navigation bar Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
         background-color: #BCB3A3;
    }

    Thank you for using our theme.

    Hi Annick,

    Sorry, It is not possible to put the full background color for widget service like widget slogan you have to hire a developer for this. It is not possible by CSS customization you have to edit some file too.

    And for slogan widget we do not understand what you are trying to say could you please clarify it ?

    Thank you!

    in reply to: Need To Add Bullet Or Icon Next To Recent Post Entries #5304

    Hi sw23185,

    Could you please provide us link to you site so that we can help you out with custom CSS.

    Thank you for using our theme.

    in reply to: Search icon not consistent in responsive situations? #3355

    May it could be a browser issue.
    In which browser you have viewed?

    in reply to: Search icon not consistent in responsive situations? #3295

    @lisapieca we already checked it in samsung glaxy devices and it’s working fine here.

    in reply to: need custom css to change the link color #3260

    @lacholmes To change the link color Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    a {
        color: #05A9C5;
    }

    Note: change above #05A9C5 Hex color code with your own Hex color code.

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you for using our theme.

    in reply to: Search icon not consistent in responsive situations? #3252

    Oops !
    Which device you are using?
    We have already checked in Android devices and its all fine with search icon.

    in reply to: Search icon not consistent in responsive situations? #3028

    Hi lisapieca,

    We have checked your site on android devices. Its working fine with search field.
    Can you send us a screenshot.

    Thank you!

Viewing 15 posts - 3,451 through 3,465 (of 3,465 total)