John McCubbin
MemberForum Replies Created
-
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;
}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
i tried this:
.home .headline_area {
display: none;
}but it didnt work am i on the right lines
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
got it working now didnt relise which i should have that the image needs to be smaller/ICO
yeah but when i upload and link it doesnt show the icon
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
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)
);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
can anyone help still got the problem
