Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@andrella You can add a background image/color from Appearance->Background. Now one thing you could do is if you wan the same image/color to appear in the header or footer part you can add the following custom css in Appearance->Theme Options->Design Options->Custom CSS.
#branding, #colophon { background: none; border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
Sanjip ShahParticipant@kady_black We have replied your email. Please check on that.
Sanjip ShahParticipant@s-ulrich The menu will appear below the header image. We have designed our theme that way. You will have to hire a developer to make this customization.
Sanjip ShahParticipant@Jo Okay. Great!
Sanjip ShahParticipant@pMCs I checked your site and it looks you are now using other theme.
Sanjip ShahParticipant@DarkLink005 Yes with the pro version, the revolution slider can have fluid width with respect to the device screen width. For your second query this is not within our theme but there might be plugins for this. So, try searching in wordpress.org plugin repo.
October 11, 2013 at 2:47 am in reply to: Home Page Slogan2 – Numbers do not show on mobile (iPhone 4) #4555Sanjip ShahParticipant@findonline Please provide a link to your site.
Sanjip ShahParticipant@Petrichor The customization in this case will be similar, please hire a developer on this one.
Sanjip ShahParticipant@estherlouise I just viewed your site in ie 8,9 and 10 standard and it looks all fine. The problem that you have said is appearing in ie7 standard. We have made our theme in HTML5 and CSS3 standards which is the latest standard and the older ie versions does not seem to work well with this. We will be looking at this issues in our version updates.
Sanjip ShahParticipant@msattolo The slogan part is located header-extensions.php file. This file is inside the attitude theme folder->library folder->structure folder. The function call for the slogan part is inside the attitude_headerdetails function and the function is attitude_home_slogan.
Sanjip ShahParticipant@sallysquirrell To add the logo image, in the dashboard go to Appearance->Theme Options->Design Options Tab->Custom Header.
Upload the header logo image from there and check on ‘Show header logo image’. Then click on save all the change. The logo you add
as header logo image will link back to home page.Sanjip ShahParticipant@lisapieca Yes you will have to use social sharing plugins for this. You can search for those plugins here http://wordpress.org/plugins/.
Sanjip ShahParticipant@stefanovd85 In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.telnumber a { font-size: 20px; }
Change the px value according to your choice. Try this out.Sanjip ShahParticipant@Henderson Okay. Great. You could use the text widget.
Sanjip ShahParticipant@pMCs @basv In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes. If you can to hide only in home page
.home .content .entry-title { display: none; }
If you want to hide in every page
.page .content .entry-title { display: none; }
Try this out. -
AuthorPosts