digfordesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Page TitleForget it I must of deleted the } symbol above where I used
.page .entry-title {
display: none;
}
So problem solved code still worksForum: Themes and Templates
In reply to: [Customizr] Menu text shadowYou are a legend thanks to you both for your time to help someone learning. It was because I was not using the child theme properly. I was not going into the editor and updating the style.css but now I realise the way the child theme works. Learn something everyday…Cheers
Forum: Themes and Templates
In reply to: [Customizr] Menu text shadowNot sure if this will help but this is my custom css guess if anyone is willing to paste into their css to see what I mean.
h1, h2, h3, h4, h5, h6 {
text-shadow: 0 0px 0 transparent;
}.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px ;
-moz-box-shadow: 0px 0px 0px ;
box-shadow: 0px 0px 0px transparent;
background:none}
body{
background: #fff;
}/* takes away the circle border */
.round-div {
border: 0px solid #FAFAFA;
left: 0px;
top: 0px;
}header.tc-header {
background: #231f20;
}.format-icon:before {
display:none;
}.navbar-wrapper .navbar h2 {
color: #ffffff;Forum: Themes and Templates
In reply to: [Customizr] Menu text shadowSorry no luck stays the same. I appreciate your help thanks
Forum: Themes and Templates
In reply to: [Customizr] Menu text shadowIts strange as this code
h1, h2, h3, h4, h5, h6 {
text-shadow: 0 0px 0 transparent;
removes the shadow from the tagline just above the navForum: Themes and Templates
In reply to: [Customizr] Menu text shadowDoes not change anything for me I assume I just post the code in the custom css?
(Using child theme)Has it anything to do with this code I have added
.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px ;
-moz-box-shadow: 0px 0px 0px ;
box-shadow: 0px 0px 0px transparent;
background: none;Which removes the white box around the menu. When I remove the
background: none;
the shadow from text seems to disappear.Thought maybe its conflicting code or something I’m pretty new to this sorry.
Forum: Themes and Templates
In reply to: [Customizr] Menu text shadowYeah sorry that might help
http://beautyshots.com.au/
cheersForum: Themes and Templates
In reply to: [Customizr] Change text color in .navbarHow have you done this? I have created a child theme because apparently you can not remove the shadow from the menu. I’m not sure if I have created the child theme properly as your above code and others don’t work. However some CSS changes work so must say I’m lost…