John McCubbin

Member

Forum Replies Created

  • In reply to: Home Page title

    #24913

    Got it for anyone else with this problem i found the page id in browser found this line:

    <body class="home page page-id-672 page-template-default logged-in admin-bar custom-background two-col-left two-columns">

    and in custom css put:

    #post-672 .entry-title
    {
    display:none;
    }

    In reply to: Home Page title

    #24912

    i got it to work temporary by adding:

    <style>.entry-title {display:none;}</style>

    to the html of the actual page but when i went to visualizer to change anything else it dissapeared from the html/page itself when i preview’d it is there a way to stop the code from vanishing

    In reply to: Home Page title

    #24911

    i tried this:

    .home .headline_area {
    display: none;
    }

    but it didnt work am i on the right lines

    In reply to: Selected menu Font Colour

    #24779

    i noticed it does it with anything that has a drop down so how do you change the cbackground colour of the actual page that you are dropping down from

    In reply to: Social Media Icons

    #25223

    got it working now didnt relise which i should have that the image needs to be smaller/ICO

    In reply to: Social Media Icons

    #25222

    yeah but when i upload and link it doesnt show the icon

    In reply to: Selected menu Font Colour

    #24778

    how iv explained simple im not alowed to show live site yet. all i wan to do is change the colour for the menu text on current page and the background on a double dropdown item

    In reply to: Gradient

    #24760

    if it helps the code i tried was:

    background-image: linear-gradient(right bottom, #9CC0F7 46%, #0B489D 58%);
    background-image: -o-linear-gradient(right bottom, #9CC0F7 46%, #0B489D 58%);
    background-image: -moz-linear-gradient(right bottom, #9CC0F7 46%, #0B489D 58%);
    background-image: -webkit-linear-gradient(right bottom, #9CC0F7 46%, #0B489D 58%);
    background-image: -ms-linear-gradient(right bottom, #9CC0F7 46%, #0B489D 58%);

    background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.46, #9CC0F7),
    color-stop(0.58, #0B489D)
    );

    In reply to: Selected menu Font Colour

    #24776

    also i noticed i have change the background for the dropdown menu as well but the only one its not changed the color is the one that has a drop down within it can you help with this as well

    In reply to: Selected menu Font Colour

    #24775

    can anyone help still got the problem

Viewing 10 posts - 151 through 160 (of 250 total)