crosswire
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeok putting it back to 280px puts the logo widget below on the next line when the site viewed full screen. that is why i adjusted it.
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changei added a 4th footer(the logo), and i want it to be spaced out in the bottom area edge to edge to the content width above. right now the 4th widget moves to bottom of the other 3 when i crease the span3 to above 280px. currently its 160px. not sure why. see link above to site i sent. thanks you very much
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeYes, i’m still on the 3.2.1 theme. I used that snipped but the links were not going to where i wanted. I will work on it later and see what i make out of it.
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeok second option worked.
Mmmm.. regarding shortening the page name..i will check.Also, if you notice when clicking first button start connecting, i want that button to goto another page. I looked at the snipet on the site for changing links, but didnt work.
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changehere you go
http://bit.ly/1wWXQ5nForum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeStrange, the code above doesn’t change the individual boxes. The previous one does all of them.
Also the <h2>Connect with</h2> is attached to a page with the full title ”connect with colleagues’, so does that mean i have to shorten the page name to just ‘Connect with’.
Forum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeI forgot to mention, I need to change each title like you mentioned above for the four featured pages boxes
See the blue highlightshttp://s27.postimg.org/l5h09lkz7/titles.jpg
Using the above code, adds Colleagues to all boxes at the end.
apologize for leaving this info outForum: Themes and Templates
In reply to: [Customizr] feature pages h2 font changeok thank you. will try it soon. I appreciate you helping us out so much.
Forum: Themes and Templates
In reply to: [Customizr] adding border imageI figured it out using
.fp-one {
background-image: url(”);
background-repeat: no-repeat;
background-position: center bottom;
width: 100px;
}Forum: Themes and Templates
In reply to: [Customizr] adding border imageit seems css border image doesnt work when i tried. The only way I guess it getting the image of the box and replacing the grey background with that?
Forum: Themes and Templates
In reply to: [Customizr] Customizr Buttons – color changeYes i was playing with it before and worked now. thanks
Forum: Themes and Templates
In reply to: [Customizr] Customizr Buttons – color changethat one worked, however, i forgot, i was looking at the featured pages buttons which are blue. Will figure it out
Forum: Themes and Templates
In reply to: [Customizr] Customizr Buttons – color changeduh! your right lol..Can I customize the color code in the child theme?
I did manage to get it to work but had to change the code right int he min.css file for now.
adding this moves the item to the left which i want. well when firebug shows it
.wpbdp-bar .wpbdp-search-form {
margin: 0 0 0 50%; (removing the 50%)
padding: 0 !important;
}