• Resolved dubzzdigital

    (@dubzzdigital)


    Hi
    In IE8 the colour of the search submit button has not changed. It is the correct colour in Firefox and Chrome.
    Also in IE8 the right sidebar is displaying underneath the homepage block when it should be sitting to the right of the homepage block.
    Please help! Thank you https://tengaemedical.co.nz

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    As I can see you haven’t change the code:

    #searchsubmit {
        background: linear-gradient(to bottom, #0EB689 0%, #07A472 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #00835E;
        border-radius: 3px;
        color: #FFFFFF;
        float: right;
        font-weight: bold;
        height: 25px;
        text-transform: uppercase;
        width: 79px;
    }

    in the file style.css to change the color of your search button. Sidebar display the same in all the major browsers. Please, send a screenshot.

    Thread Starter dubzzdigital

    (@dubzzdigital)

    Hi there!
    I have changed the code, within the custom CSS – see below.
    #searchsubmit {background: linear-gradient(to bottom, #869338 0%, #869338 100%) repeat scroll 0% 0% transparent;
    border: 1px solid #869338;}
    I would also like to change the background color of the post-date.
    Link to screen shots as requested below.
    https://www.tengaemedical.co.nz/wp-content/uploads/2014/04/screen-shots.pdf
    Thanks for your help.

    Thread Starter dubzzdigital

    (@dubzzdigital)

    Hi there!
    I have changed the code, within the custom CSS – see below.
    #searchsubmit {background: linear-gradient(to bottom, #869338 0%, #869338 100%) repeat scroll 0% 0% transparent;
    border: 1px solid #869338;}
    I would also like to change the background color of the post-date.
    Link to screen shots as requested below.
    https://www.tengaemedical.co.nz/wp-content/uploads/2014/04/screen-shots.pdf
    Thanks for your help.

    Theme Author LizardThemes

    (@lizardthemes)

    Hi!
    As I can see you have changed the code that causes all your problems. For example, the code:
    `#container {
    width:<?php echo $container[‘width’]; ?>px;
    margin-left:<?php echo $container[‘margin-left’]; ?>px;
    margin-right:<?php echo $container[‘margin-right’]; ?>px;
    float:left;
    }`
    isn’t on your page. It should be in the file functions.php. for the correct work of the theme. That is why your sidebar falls beneath the page content. Besides, the date of publication isn’t supposed to be displayed with pages.

    Thread Starter dubzzdigital

    (@dubzzdigital)

    Hello
    That code is in the functions.php file.
    Any ideas on why the searchsubmit button has not changed color?

    Thread Starter dubzzdigital

    (@dubzzdigital)

    I have fixed the color of the submit button using this code:

    #searchsubmit {BORDER-BOTTOM: #869338 1px solid; FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr='#869338', endColorstr='#869338',GradientType=0 ); BORDER-LEFT: #869338 1px solid; TEXT-TRANSFORM: uppercase; WIDTH: 79px; BACKGROUND: rgb(134,147,56); FLOAT: right; HEIGHT: 25px; COLOR: #fff; BORDER-TOP: #869338 1px solid; FONT-WEIGHT: bold; BORDER-RIGHT: #869338 1px solid; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px}

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Home page layout and search button color issue in IE8’ is closed to new replies.