Hi,
You don’t need to modify that files, because you will lose the code on an theme update. The theme have support for Custom CSS in Theme panel.
Add this CSS in Theme panel -> Custom CSS
.td-footer-wrap {
background: url("http://images4.fanpop.com/image/photos/21700000/HD-wallpapers-beautiful-pictures-21761366-1920-1200.jpg") repeat-x scroll center top !important;
}
like here: http://screencast.com/t/JeMIEaPR3 and replace the image with yours.
Thanks for the message!
Hi,
You can’t via CSS.
1.
<div class="row-fluid td-menu-header">
<div class="span3 hide-mobile">
<?php
wp_nav_menu(array(
'theme_location' => 'my-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
?>
</div>
like here: http://screencast.com/t/BqiMkB5Sb
2. 'my-menu' => __( 'My Menu', TD_THEME_NAME)
like here: http://screencast.com/t/2bVntzFIS5Q
3. Add this CSS in theme panel -> Custom CSS
@media (max-width: 767px) {
.span3.hide-mobile {
display: none;
}
}
.hide-mobile {
padding-left: 15px;
}
.td-menu-wrap #td-top-menu {
padding-left: 0px;
}
@media (min-width: 1200px) {
.hide-mobile {
padding-left: 48px;
}
}
.td-menu-header .span8 {
margin-left: 0px;
}
.menu-header-container {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
4. Go to Appearance -> Menu
Use this menu for that 2 icons and header menu for the rest of the menu.
Result: http://screencast.com/t/XmkHInjHHvv
Thanks!
Hi,
http://screencast.com/t/BuhHr9hHv9hp
Thanks for the message!
2. Can be replaced via CSS, should work with this CSS
.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px;
padding-bottom: 3px !important;
padding-top: 0px;
display: inline-block;
font-family: 'Roboto Condensed', sans-serif;
padding: 3px 10px 3px 10px;
font-size: 18px;
}
Thanks!
Hi,
Add this code td_title_style_1 like here: http://screencast.com/t/0J78dfvU
Thanks!
Hi,
To move the content from one wordpress to another, should work with export as you can see the *.XML export will export all the data content. DO you use a plugin for events like Events Manager?
Thanks!
Hi,
We will take a look for the next update. Thanks!
Hi,
We will try to make it in the next update, this week.
Thanks!
Hi,
Can you make the logo at 300×100 and one double size at 600×200? and see if works?
Thanks!
Hi,
Please give us more details. How do you mean you can’t save, give you an error or what?
Thanks!
Hi,
Remove this code: http://screencast.com/t/ONGBF9hT
Thanks!
Hi,
Great, I’m glad that you have managed the issue.
Thanks for the message!
Hi,
Is fixed and will be available in the next update. Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
.td_980_resp .td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}
Thanks!
Hi,
You have changed the images. Is everything ok now? If you want give me a link from the issue to inspect it.
Thanks!
Hi,
Do you use for search page Module search? if yes comment this line like here: http://screencast.com/t/MlINOWu7OxzX
Thanks!
Hi,
In normal logo(300px) and if you want that image to be fine in retina display, upload in retina logo a double size image.
Thanks!
Hi,
We will take a look for future updates. Thanks for the suggestion.
Hi,
1. Do you need to change the font and size only on post with that CSS becouse the content font, size and line-height can be changed directly from Theme panel -> Custom Typography
http://screencast.com/t/BJPDjNBeRMeW
Also if you need only ok post use your CSS but on that large font you need a higher line-height value. Try with line-height: 28px
2. In v3 the post file is loop-single.php http://screencast.com/t/OjJNnEQ4G
3. Add a RAW HTML above the slider with this:
<h4 class="block-title">
<span>YOUR TITLE HERE</span>
</h4>
4. Via CSS, add this CSS on the logo selector border-bottom: 4px solid #4DB2EC; with your color. If you don’t manage it only if you give me your site URL to inspect it and i will give you the right CSS.
5. Give me your URL to see it, can be done via CSS
6. Same here
Thanks!
Hi,
Use Homepage – Blank template, and if you want sidebar on that make like here: http://screencast.com/t/1JuejYF74x5I
Thanks!
Hi,
Try this: add user-scalable=no like here: http://screencast.com/t/s5NOLQKBV
Thanks!
Hi,
Yes, sorry about that, we will be more attention.
Thanks!
Hi,
That is a bug when resize the browser at mobile version and refresh the page, then go back to full screen, the java-script don’t resize the menu again, only on refresh.
Thanks!
Hi,
Do you use the Full width logo + menu? This is used to upload a full logo that cover the full width. Use in logo a full image at 1074px
There with 300 and 600px means that the logo size is at 300 on normal screen and on retina display will be used at double size (on Ipad with retina, or iphones or other smartphones, tablets with retina display)
Thanks!
Hi,
The font, size and line height can be changed from Theme panel -> Custom Typography http://screencast.com/t/3CiorS7gzf
The color can be changed via CSS like this:
.post header h1 {
color: #4db2ec;
}
Add the CSS above in Theme panel -> Custom CSS
Thanks!