jdegraw
Forum Replies Created
-
This happens all the time to me. As soon as I am to the point of giving up and I post my problem I solve it soon afterwards. There must be some “Murphy’s law” on this. ??
Anyways, hndtst_form_input
font-size: 24;I posted this in hopes it helps others too. Adjust your font size attributes to what you want.
Forum: Themes and Templates
In reply to: [Travelify] Help removing coloumns and decreasing header hightI have struggled with this for a while and figured out some stuff on the page. Try this as this seemed to work for me:
This below will get rid of the top of the header and just leave the image file for the header:
.hgroup-wrap.clearfix {
display: none !important;
}It seems there are a lot of questions about the header and only a few are answered. since I am presently working on a website with this template I will help out and try and post some answers to some questions. I am not a web designer by trade though. But what I know I will share.
BTW, I think the suggested header image file size suggested in the template is too big ??
This is my setup so far with the template. Much more work to do though.
https://renuecomputers.infojdegraw
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] CSS customizing questionThank you,
As you can see I am a beginner but learning fast.
Forum: Plugins
In reply to: [WP News and Scrolling Widgets] CSS customizing questionUPDATE:
I was able to find some css elements and edited the css to get the titles to go bold and the size.
I have 2 news articles posted and added the second line. It works but if you have more articles I dont know it it will work for them unless you start adding more lines.
.news .news-title a{font-size:28px; font-weight:bold !important;line-height:26px;}
.news .news-title b{font-size:28px; font-weight:bold !important;line-height:26px;}