- This topic has 12 replies, 2 voices, and was last updated 9 years, 10 months ago by Sakin.
-
AuthorPosts
-
January 11, 2015 at 2:55 pm #49882philMember
I have now downloaded your great theme for another website
stafftravelvoyage.com
A few quick things if I may as I cannot recall:
1) How to change the background colour on home page for the top strip where the menu and logo on left site
+ the area around the Promotional Headline and Featured content (I would like the entire page black colour background)
and black for all other pages.2) How to remove the word REVIEWS on the home page (to right of promotional headline)
3) It is not allowing me to simply copy and paste/drag an image into the text box in wordpress (in pages or posts) and makes me ‘upload media’ instead…when this happens it is saving the page with the image I uploaded small in size and with white background….can u advise? It doesnt seem to do this in my Coral island Club version, I can drag images in to the box easily. And I also have black background.
for eg stafftravelvoyage.com/?page_id=404) Can you tell me please how to change the font style and size and colour of text I enter in pages and posts? I onyl seem to have one set of tools for changing styles and text info etc?
January 11, 2015 at 3:39 pm #49889SakinKeymaster@phil: I see that you are using Adventurous Free theme which doesn’t have detail color option but it’s there in Adventurous Pro theme in “Appearance => Theme Options => Color Options”.
1) How to change the background colour on home page for the top strip where the menu and logo on left site
— To change the header background color, then you can upgrade to pro version where you have option panel to change the color. But if you want to keep the free one only then you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#masthead { background-color: #fff; }
1.1) the area around the Promotional Headline and Featured content (I would like the entire page black colour background)
and black for all other pages.
— Same pro version will be easy and for free, you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#featured-post, #primary { background-color: #fff; }
2) How to remove the word REVIEWS on the home page (to right of promotional headline)
— Go to “Appearance => Theme Options => Promotion Headlines Options” and check option to “Disable Button”.3) It is not allowing me to simply copy and paste/drag an image into the text box in wordpress (in pages or posts) and makes me ‘upload media’ instead…when this happens it is saving the page with the image I uploaded small in size and with white background….can u advise? It doesnt seem to do this in my Coral island Club version, I can drag images in to the box easily. And I also have black background.
for eg http://stafftravelvoyage.com/?page_id=40
— I am not sure about this your color island club used PRo version and also check your WordPress Version. If you are using Old WordPress version then it will nto work properly.4) Can you tell me please how to change the font style and size and colour of text I enter in pages and posts? I onyl seem to have one set of tools for changing styles and text info etc?
— Can you tell me what you want to do it. We don’t recommend changing the font sizes as this is responsive design and font are set as per the screen size. Color again with Pro you can change it and for free you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. What do you mean by style and which style you want to change to.
body, button, input, select, textarea { color: #404040; }
January 12, 2015 at 2:13 pm #49909philMemberHi Thanks Sakin
I added the codes you said above in CCS but it didn’t change the colour to black in free version ??..you can see I have this in CSS
#header-right #header-search-widget {display: none;}
.single-format-gallery .entry-meta {display: none;}
#masthead { background-color: #fff; }
#featured-post, #primary { background-color: #fff; }
I also added this in but none of the entries in CSS except the top one make any difference? Am I doing something wrong?
body, button, input, select, textarea { color: #404040; }
January 12, 2015 at 2:20 pm #49912philMemberHi again Sakin
Is Adv Pro single user only? I went into my account to upgrade to Pro for this [email protected] site and it was enabling me to download pro again, so I did, and wonder how I activate it for new site? It didn’t give me an option to buy another rone only download again
My Subscriptions
Order
Subscription
Status
Next Payment
End Date
Actions
#43474 Adventurous Pro (Theme Usage for Lifetime and Update for 1 year) Active – September 6, 2015
Available downloads
Adventurous Pro (Theme Usage for Lifetime and Update for 1 year) – Adventurous Pro 2.2January 12, 2015 at 2:22 pm #49913philMemberI have version 4.1 Askin (WP)..is this the latest one re allowing me to changing font sizes and stuff? the version I have in coralisland club has a bar which enables me to change certain things for the text I am writing?
January 12, 2015 at 2:23 pm #49914philMemberI am using an older WP 3.8.1 for coral island
January 12, 2015 at 2:26 pm #49915philMemberOK Sakin I have sorted that last point re font sizes (enabled kitchen sink) so disregard that question, just need to know re the colour background stuff..thks
January 12, 2015 at 7:43 pm #49927philMemberHI Sakin
OK re above, I have now managed to work out how to change the background colour in CSS for the homepage thanks, still unable however to do the following:
* Change background colour for pages and post pages…see About Tourism” on menu
* Make the width of everything wider (below the slider) for eg see about Tourism
* change the name of copyright at bottom of page left + lose the adventurous theme by catch themes bottom right (sorry!)?
* Unsure re getting Pro installed for this site re my comment above… I have now purchased a 2nd version as you will see in my account but do not know how to install it?
January 12, 2015 at 9:07 pm #49928philMemberSorry for all the emails Sakin
I have now bought and installed Pro for the Stafftravelvoyage.com site
So I am still stuck as how to change the background to black for the other pages on my menu (pages not posts)
Also how do I make one of the menu link open in a different tab (Staff Travel Holidays
January 13, 2015 at 2:34 pm #49969philMemberHI Sakin, any answers to above?
Many thanks for your helpJanuary 13, 2015 at 3:42 pm #49972SakinKeymasterThe installation process in clearly mentioned in theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/.
To Install Adventurous Pro theme, please follow the steps below:
1. First you need to download Adventurous Pro from your account at http://catchthemes.com/my-account/
2. Log in to the WordPress Administration Panel
3. Click on “Appearance => Themes => Add New”
4. Click on “Uploads” and Browse the downloaded file adventurous-pro.zip from the desktop where you have it downloaded
5. Click on “Install Now” and then “Activate” to install the ThemeAfter, you activate the Adventurous Pro theme, you will be able to change the content background color from “Appearance => Theme Options => Color Options => Site Color Options => Content Background Color”.
But if you want to do that from Free version, then you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
#content article { background-color: #000; }
January 13, 2015 at 3:55 pm #49976philMemberOK great thanks – am on Pro version now, bought it again. How do I make a link on the menu open in diff tab?
Also to lose the or change copyright words below at bottom and the them by catch etc?
Am I able to load diff fonts into wordpress for this?
And still stuck as to why I cannot paste and drag an image into pages….only allows me to add media wayJanuary 13, 2015 at 4:22 pm #49978SakinKeymaster1. To make link on the menu to open in new tab. You need to click on “Screen Options” when you are in Menu Section. Then check option “Link Target”. This will no show additional elements called “Open link in new windows/tab” in all your menu item. SO, check this to make it open in new tab. See this screenshot http://www.pinterest.com/pin/548594798330834738/
2. To edit/remove the footer copyright text, you can go to “Appearance => Theme Options => Footer Editor Options” and then change the text as per your need.
3. Yes, you can change the font from “Appearance => Theme Options => Font Family Options”
4. To drag and drop images in the page. You need to click on “Add Media” and then click on “Upload Media”. From there you can either drag and drop image or upload manually using Select Files. For more info about uploading image, read this http://en.support.wordpress.com/images/uploading-images/
Note: Please check in our theme instructions page as well http://catchthemes.com/theme-instructions/adventurous-pro/
-
AuthorPosts
- The topic ‘General questions’ is closed to new replies.