serro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive ThemeYEAH! thanks a lot for your help. much appreciated.
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive Themeit worked but it made it completely transparent. is there a code where i can adjust the opacity?
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive Themeguess i got you wrong. no, i dont have this in my dashboard. can i not put this somewhere in my style.css?
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive Themecool thanks. but where can i put this? right in the style.css of my child thme?
also i found this. can i use the below too? guess here i can change the opacity, no?
.wrapper { background-color: #FFFFFF; margin: 0 auto; opacity: 0.9; padding: 0 20px 15px; width: 940px; }Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive Themei have not tried inserting any codes that might help me to make the content box transparent. all i found was for the background image but thats not what i am looking for.
do you have any suggestions? anything helps really
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive Themeyes thats all set up. just need to code to edit but i am not css savvy at all :-s
Forum: Fixing WordPress
In reply to: Opaque / transparent content area in Responsive ThemeYes, sure. Basically the white content box behind my text.
Forum: Themes and Templates
In reply to: Child Theme style.css in Responsive Theme looking emptyGot you. Thanks for your speedy reply. All makes sense now 🙂
Forum: Fixing WordPress
In reply to: Template VS Google FontsYou´re a genius! thanks so much for your help! one step closer to having a nice website now…
Forum: Fixing WordPress
In reply to: Template VS Google Fontshmm i have put this straight below the site-title but it did not work.
.site-title { font-family: 'Architects Daughter', arial, serif !important;} .entry-content, .widget { 'Architects Daughter', arial, serif !important; } .entry-title, .widget-title { 'Architects Daughter', arial, serif !important; }is it maybe something that i need to change in the theme-settings.php? i found this code there:
function desire_default_options() { $default_options = array( 'content_font' => 'Helvetica, Arial, sans-serif', 'title_font' => 'Helvetica, Arial, sans-serif', 'sidebar_layout' => 'one-right-sidebar', 'color_scheme' => 'light', 'content_width' => 570, 'sidebar_width' => 200,Forum: Fixing WordPress
In reply to: Template VS Google Fontsbrilliant! thanks bythegram. it worked for the site title!
now, how do i go about changing the page heading and post widget on the right?
thanks alchymyth. the freaking template offers three fonts you can select in the settings. i dont like any of them so “Helvetica” is there by default. i thought the Goolge Fonts Plugin would overwrite this. It did not work for all yet…
Forum: Fixing WordPress
In reply to: Changing space/margins around text contentoh, guess i have screwed up the default template then :-s
thanks for your reply robin