Bindery sos
-
Hi everybody.
I’m using the theme bindery and I have a few questions about customization.
First I want to know if it’s possible to move the title + subtitle + logo in the middle of the header? If it’s possible.. how?
And I also want to know if it’s possible to import typography from internet or my computer to wordpress bindery?Thank you very much!
The site I need help for is : kevinsegon.comThe blog I need help with is: (visible only to logged in users)
-
Howdy!
You can move the items with the following code but you will need to have the Custom Design upgrade
.site-logo { display: block; width: auto; height: auto !important; max-height: 100px; max-width: 100%; vertical-align: bottom; padding-left: 200px; }Typography from the internet cannot be imported due to security reasons.
-
-
Unfortunately, I am not familiar enough with moving the navigation menus. Though, you might consider asking in the premium theme support forum for Bindery.
-
-
The site logo/title issue is being discussed here: https://en.forums.wordpress.com/topic/help-760?replies=5#post-2399848 . I’m going to close this thread and we can continue that discussion in the other thread.
-
Thank you! Do know if in the widget text is it possible to change background color? It’s white and I want it to be in other color… we try a HTML code but…
<FONT SIZE="1"><H1 align="center">©2015 KEVIN SEGON - TOUS DROITS RÉSERVÉS</H1> </FONT>Our color is #fafbf8 !
Thank you -
To change the background of the secondary footer widget area, add the following CSS.
#secondary { background: #fbfaf8; }On other issue, I see that you have set the footer credits color to the same color as the background, making them invisible. You are not allowed to hide the WordPress.com and theme footer credits per our Terms of Service (#11). Please take the following declaration of of your .site-footer CSS rule so that they are again visible:
color: #fbfaf8; -
-
- The topic ‘Bindery sos’ is closed to new replies.