Home › Forums › Basel support forum › Background color change
Background color change
- This topic has 37 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
July 26, 2017 at 11:29 am #16824
hdevinkParticipantHello,
Where and how can I change the background color of the popup screen on the google map?
See enclosed example
Attachments:
You must be logged in to view attached files.July 26, 2017 at 11:56 am #16827
Artem TemosKeymasterHello,
Thank you for choosing our theme and contacting us.
Could you please send us a link where we can see it on your website so we can check is it possible to change the background there?
Kind Regards
XTemos StudioJuly 26, 2017 at 12:13 pm #16829
hdevinkParticipantJuly 26, 2017 at 1:41 pm #16835
Artem TemosKeymasterSorry, but this color comes from google map iframe and can’t be changed with a CSS style code in the theme scope.
Regards
July 26, 2017 at 2:37 pm #16842
hdevinkParticipantSo where and how can I change this color, or where and how can I delete this white overlay?
Please advice a bit more specific…
July 26, 2017 at 3:20 pm #16844
Artem TemosKeymasterYou can change or remove the text in the Visual Composer google map element while editing the page in admin panel.
Or you can add the following code snippet to the Custom CSS in Theme Settings to change its color to dark
.basel-google-map-wrapper h3, .basel-google-map-wrapper h6, .basel-google-map-wrapper p{ color:#22211f ; }
Regards
July 27, 2017 at 4:20 pm #16882
hdevinkParticipantwhich .css file can I find this?
What is the name of this css file?
July 27, 2017 at 5:19 pm #16885
Artem TemosKeymasterIt is not a file, it is an area in the Dashboard -> Theme Settings -> Custom CSS.
Regards
August 2, 2017 at 5:25 pm #17103
hdevinkParticipantHello,
A pop up window appears at the start of my website
Where can I change and modify this?
See enclosed example
Attachments:
You must be logged in to view attached files.August 2, 2017 at 5:26 pm #17105
hdevinkParticipantAnd where can I change the in English written lines about the cookies (at the bottom of the 1st page)
Attachments:
You must be logged in to view attached files.August 2, 2017 at 6:48 pm #17107
hdevinkParticipantHow can I place the layer (light white, see red arrows in attachment) more to the background so the letter ar more in front (see blue arrow)
Thanks for the advice and answer
Attachments:
You must be logged in to view attached files.August 2, 2017 at 7:46 pm #17109
Artem TemosKeymasterHi,
You can change popups in Theme Settings -> Promo Popup and Cookies info.
In the Revolution Slider you can change layers z-index drag & drop them in the layers list.Regards
August 2, 2017 at 7:52 pm #17110
hdevinkParticipantI don’t see any promo pop up option
see attached file
Attachments:
You must be logged in to view attached files.August 2, 2017 at 7:57 pm #17113
hdevinkParticipantWhere can I find that z-index?
Can you send an example image/screenshot?
August 3, 2017 at 5:45 am #17122
Artem TemosKeymasterHi,
On your screenshot “Promo popup” menu item is displayed and you can change the information there.
Here is documentation from Revolution Slider that should help you https://www.themepunch.com/faq/change-layer-order/Regards
November 22, 2017 at 3:33 pm #25009
hdevinkParticipantHello,
I am working on the BLOG / MESSAGES at this moment. I have several questions.
– How can I change the color of words with a hyperlink without influencing the regular website. As you see I have a white backgroud and white letters (with hyperlink). I want to change the color of the font
– More parts of this page have white font. How can I change this?
– At the bottom, a part of the content is hard to see and read because it flows over the footerpart. How can I avoid this?
– How can I get my full navigation back, instead of only the HOME button on the top right corner?
– I don’t want to show the writer name on the page/blog. How and where can I turn this off?
Please help!
Thank you
November 22, 2017 at 3:38 pm #25010
Artem TemosKeymasterHello,
1. You need to disable dark version styles in Theme Settings -> Styles & Colors.
2. We suggest you to disable sticky footer option in Theme Settings -> Footer.
3. Change the color scheme for your header in Theme Settings -> Header -> Appearance.
4. You can place the following CSS code to the Custom CSS in Theme Settings to hide the writer’s name
.meta-author { display: none!important; }
Regards
November 22, 2017 at 4:29 pm #25020
hdevinkParticipantI have tried to disable the dark version and the other way… But it does not effect the font hyperlink color… Any idea?
November 22, 2017 at 4:35 pm #25021
hdevinkParticipantPOINT 3. Change the color scheme for your header in Theme Settings -> Header -> Appearance.
I have tried both dark and light option also in the apperance, but that also does not change anything…
Any other suggestion on point 3 also??
November 22, 2017 at 4:38 pm #25022
hdevinkParticipantYou can take a look for yourself if you want…
http://www.princenbrouwerijen.nl/wp-admin
User: guest
Password: 123456789!
November 22, 2017 at 7:10 pm #25033
Artem TemosKeymasterYou have set a different color scheme for the header for this particular page. Change it while editing the page in admin panel.
Change links color adding the following snippet to the Custom CSS in Theme Settings
.blog-post-loop .entry-content a { color: #f30909; }
Regards
November 22, 2017 at 8:07 pm #25036
hdevinkParticipantHow can I change the font color of the BLOG navigation?
Its blacht right now, with green when you point it
The regular navigation looks good.
See attached examples
Attachments:
You must be logged in to view attached files.November 22, 2017 at 8:10 pm #25039
hdevinkParticipant2nd question… How can I change the language of the red arrow pointed button and content in the pages?
See enclosed example
Attachments:
You must be logged in to view attached files.November 22, 2017 at 8:14 pm #25041
hdevinkParticipant3th question
How can I change the summery page of all tags of BLOG pages.
Its totaly black now, can I change this to (randon) pictures?
See attached example
See also http://www.princenbrouwerijen.nl/tag/alcoholische-dranken/
Attachments:
You must be logged in to view attached files.November 22, 2017 at 8:18 pm #25043
hdevinkParticipantCan I change the name BLOG to another content / words?
See enclosed example?
Attachments:
You must be logged in to view attached files.November 23, 2017 at 7:27 am #25059
Artem TemosKeymasterHi,
As we said you have set a different color scheme for the header for this particular page. That is why your blog navigation looks different. Change it while editing the page in admin panel.
2 & 4. You can change/translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
3. Upload a picture to show on all pages titles to Theme Settings -> Page heading.
Regards
November 23, 2017 at 7:58 am #25069
hdevinkParticipantYou say: “As we said you have set a different color scheme for the header for this particular page. That is why your blog navigation looks different. Change it while editing the page in admin panel.”
Why is there a color difference between regular site and BLOG?
Which admin panel (where) do you mean?
I am not aware that I use a different color scheme for the header… How did this happen?
November 23, 2017 at 8:39 am #25070
Artem TemosKeymasterWe are talking about the menu color difference. You can change it in Dashboard -> Pages -> Blog -> edit page.
November 23, 2017 at 3:49 pm #25139
hdevinkParticipantBut still the navigation of the BLOGpages are different as the regular pages. At the regular pages I can see the naviation letters/blocks good, but only at the BLOG pages, the letters of the navigation are dark (black with black background, so can’t see it…)
How to change this??
Attachments:
You must be logged in to view attached files.November 23, 2017 at 3:56 pm #25146
Artem TemosKeymasterDo you mean that you changed header color scheme for the blog page and it still looks the same? What color scheme did you set? It should be “Light”.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register