rich_LJU
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove current-menu-item styleGot it working – solution found here:
http://wordpress.org/support/topic/color-of-the-selected-menu-name?replies=6
Thanks, everybody!
Forum: Fixing WordPress
In reply to: remove current-menu-item styleHey Media X,
just tried – problem persists.
Forum: Fixing WordPress
In reply to: remove current-menu-item styleThank you, esmi. I am using these tools, however all my intents to style these menu items do not work.
I think the color is set by the “twenty fourteen colors” plugin (already posted in their forum, no answer yet), because the color, these menu items are displayed (#f94544) in, doesn’t show up anywhere in the css.
Thank you,
rich
Forum: Plugins
In reply to: [WP-ShowHide] styling links issuecheers!
Forum: Plugins
In reply to: [WP-ShowHide] styling links issueHey Lester,
thanks for checking:
.sh-hide a {-moz-box-shadow:inset 0px 1px 0px 0px #8f8f8f; -webkit-box-shadow:inset 0px 1px 0px 0px #8f8f8f; box-shadow:inset 0px 1px 0px 0px #8f8f8f; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e34949), color-stop(1, #c81313) ); background:-moz-linear-gradient( center top, #e34949 5%, #c81313 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34949', endColorstr='#c81313'); background-color:#e34949; -webkit-border-top-left-radius:31px; -moz-border-radius-topleft:31px; border-top-left-radius:31px; -webkit-border-top-right-radius:31px; -moz-border-radius-topright:31px; border-top-right-radius:31px; -webkit-border-bottom-right-radius:31px; -moz-border-radius-bottomright:31px; border-bottom-right-radius:31px; -webkit-border-bottom-left-radius:31px; -moz-border-radius-bottomleft:31px; border-bottom-left-radius:31px; text-indent:0px; border:1px solid #fcfcfc; display:inline-block; color:#ffffff; font-family:arial; font-size:15px; font-weight:bold; font-style:normal; height:25px; line-height:25px; width:125px; text-decoration:none; text-align:center; padding-top:-5.5em;} .sh-hide a:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c81313), color-stop(1, #e34949) ); background:-moz-linear-gradient( center top, #c81313 5%, #e34949 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81313', endColorstr='#e34949'); background-color:#c81313; .sh-hide a:active { position:relative; top:1px; .sh-show a {-moz-box-shadow:inset 0px 1px 0px 0px #8f8f8f; -webkit-box-shadow:inset 0px 1px 0px 0px #8f8f8f; box-shadow:inset 0px 1px 0px 0px #8f8f8f; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e34949), color-stop(1, #c81313) ); background:-moz-linear-gradient( center top, #e34949 5%, #c81313 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34949', endColorstr='#c81313'); background-color:#e34949; -webkit-border-top-left-radius:31px; -moz-border-radius-topleft:31px; border-top-left-radius:31px; -webkit-border-top-right-radius:31px; -moz-border-radius-topright:31px; border-top-right-radius:31px; -webkit-border-bottom-right-radius:31px; -moz-border-radius-bottomright:31px; border-bottom-right-radius:31px; -webkit-border-bottom-left-radius:31px; -moz-border-radius-bottomleft:31px; border-bottom-left-radius:31px; text-indent:0px; border:1px solid #fcfcfc; display:inline-block; color:#ffffff !important; font-family:arial; font-size:15px; font-weight:bold; font-style:normal; height:25px; line-height:25px; width:125px; text-decoration:none; text-align:center; } .sh-show a span { color:#ffffff; } .sh-show a:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c81313), color-stop(1, #e34949) ); background:-moz-linear-gradient( center top, #c81313 5%, #e34949 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81313', endColorstr='#e34949'); background-color:#c81313; .sh-show a:active { position:relative; top:1px;Forum: Plugins
In reply to: [WP-ShowHide] styling links issueYep, wasn’t really clear, sorry.
.sh-show and the .sh-hide have exactly the same CSS assigned to them, but only the “show” link shows up the way I planned it to, while the “hide” link remains unstyled.
Could you give me a hint?
Forum: Themes and Templates
In reply to: twenty-fourteen – page heightHey Michael!
Thanks for your help. I think I am almost there, the only thing I can’t figure out now is where the top and bottom margin for the text widget in the lower right come from.
Any tips?
Cheers,
rich
Forum: Themes and Templates
In reply to: twenty-fourteen – page heightCheers, Michael,
that’s definetly a good start. What I am trying to get rid of is mainly all the white-space below the photos. There is no more HTML after the table the photos are in, still WP shows a huge blank.
Best regards,
richForum: Plugins
In reply to: [Fourteen Colors] Change link colors without changing accent colorsI have a similar question: I’d like to remove the “active link” alternative color (http://austrocult.si/ – the “home” and “de” links in the top menu). I tried via css but it always seems to be overruled by the plugin). Any hint would be greatly appreciated.
beginner’s question: where would that piece of code go?