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,421 through 3,435 (of 3,440 total)
  • Author
    Posts
  • in reply to: How to change h1 & h2 header on pages and posts #9545

    Hi,
    Yes, You are absolutely correct post title should be in H1 it’s now H2. H1 is the best approach for the post title regards to SEO but we have used h2 for the post title.
    We will soon fixed this and update it in near update.

    Thank you for your feedback. 🙂

    in reply to: Menu Text Size #9543

    Hi hairshirt,

    Yes sure. What’s your queries? Need to change parent menu font size OR child menu font size OR both.

    Regards,
    Theme Horse

    in reply to: Color Site subtitle #9524

    Hi Heike,

    To change the color of the site’s subtitle Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-description {
        color: #777777;
    }

    Note: Please change above color code #777777 to your own Hex color code to change the color of the site’s subtitle.

    for your next question it needs code customization you have to hire a developer for that.

    Thank you for using our theme.

    in reply to: Shorter Height Page Slider #9368

    Hi Anay37,

    Sorry! To change the page slider image you need to customize the code. For this you have to hire a developer.

    Thank you!

    in reply to: Mobile version – picture cutting off text #9217

    Hi Lee,

    We have made the desing that way. The slider text will be removed when you are viewing it from mobile devices. The slider looks long to the height because of slider text and its no good for user experience.

    Hope you understand.

    Thank you for using our theme. Your site looks great and beautiful. 🙂

    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.

Viewing 15 posts - 3,421 through 3,435 (of 3,440 total)