Devora
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Logo Not Centertry erasing your cache. it is centered in chrome for me too.
Forum: Themes and Templates
In reply to: [Mon Cahier] How to Change blockquote Fontgo to google.com/fonts
and get the link to the font you want to use.
Paste it into header.phpand only then will it help to change the name of the google font in your css file.
Forum: Themes and Templates
In reply to: HTML Available For Editing on External Hosting Site?you would be editing a php file. The name of the file would depend upon which part of the page you would be working on.
Forum: Themes and Templates
In reply to: [isis] Can we change the header background color to White?can you post a link to your site?
Forum: Themes and Templates
In reply to: how can i restore edit.phpif you have the zip file and ftp access, you can just upload he original into the correct folder.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Changing font size for post titlesdirectly with the author
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header Area#description-social-outer{
color: #555555 !important;
}to hide the top grey area, try:
adding to the code above,
display: none;
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Page Content Scrolling Into Header Areathe sea monster, For starters, you are best advised to use the custom css under theme options rather than editing the style.css file.
Try copying and making changes to this code
#logo-nav-inner {
max-width: 1280px;
margin: 0 auto;
position: relative;
}
and this one
#logo-nav-inner {
height: 100px;
}enjoli, if the info provided does not help you, please post a link to your site.
Forum: Themes and Templates
In reply to: [raindrops] How to change style and colour for H1 to H6please post a link to your site
Forum: Themes and Templates
In reply to: [Fruitful] Logo Not Centerlooks fine in ie
Forum: Themes and Templates
In reply to: [Decode] Custom Header Banneryes, of course, always use the custom css!
Forum: Themes and Templates
In reply to: head picture full widthyou are welcome!
Forum: Themes and Templates
In reply to: [Spacious] Menuyou can try adding the following on your custom css file
center navbar text
#header-text-nav-wrap {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 42%;
}change hover color and add background color
.main-navigation ul li:hover > a {
background: #000000;
color: #f38487;
}Forum: Themes and Templates
In reply to: Making Pytheas theme full screen via CSS or any other methodyou would probably have to make a change in the body tag of the style.css
would you like to post a link for more specific help?
Forum: Themes and Templates
In reply to: [Nova Lite] Home blog- only one columndo you have an example of what you are trying to achieve?