Home › Forums › Pro Themes › Construction Base Pro › Blog Title Translate and missing colour option
- This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago by wensolutions.
-
AuthorPosts
-
December 11, 2017 at 8:41 pm #60380Henrik PhilippsenParticipant
Hello To you
first off thanks for an great Theme
Found alot of solutions in all the other Topics
but i have problem with translating the blog title
i have 2 Localice Danish and Greenlandic
but the only place where i can modifie the Blog Title is
(Themeoption—>blog options)
but that text will show up on all Locolizersi use polylang and locotranslate, and succeded to translate all other parts.
plus the colour on Frontpage Widgets CB: Latest News
the Date Remain Yellow cant seem to find that setting eatherLooking forward to here from you
My Page
http://www.xcrisso.dkDecember 11, 2017 at 11:22 pm #60395Henrik PhilippsenParticipantAbout the color Problem
i found where i could change that color
costumizer -> Color Options -> Home Widget Color Option
its called: Link Colorbut but when i change that
the datebox and all links and widget background gets that color
i can record an video if you would like thatDecember 12, 2017 at 2:25 am #60418wensolutionsKeymasterHello @swed-x,
Yes, this option will change the color of the link of all the widget. So if you specifically wanted to change the color of the date of CB: Latest News widget use below-given CSS in Additional CSS.
.construction_base_widget_latest_news .latest-news-date { background: #024dfa; }
Here change the color code as per your requirement.
As for the translation, the issue is related to the third-party plugin so we can help you on this as it lies beyond the support we offer for our product.
Hope you understand.
Best Regards!!
December 12, 2017 at 6:40 am #60449Henrik PhilippsenParticipantHello and Thank you very much
is it in any way possible to optain an complete list of colour areas to affect via css coding
then i can sort all my colour problems 100% by css 😉December 12, 2017 at 10:57 am #60477wensolutionsKeymasterHello @swed-x,
The theme has color option for most of the parts of the theme but if you require the change of color in the section that is not available within the color option then we will help you through the use of custom CSS.
So please specify the section that you want to change the color for so that we could help you.
Hope this helps.
Best Regards!!
December 13, 2017 at 5:33 pm #60731Henrik PhilippsenParticipantHi again my friend
The menu button (when in ipad/mobile/small window mode)
is still yellow
what is css colour code for that one 😉 Thanks in advance
December 13, 2017 at 10:46 pm #60747wensolutionsKeymasterHello @swed-x,
To change the menu button color in responsive mode use below given CSS.
@media only screen and (max-width: 1023px){ #mobile-trigger i { background-color: #7b7499; } }
Change the color code as per your requirement.
Hope this helps.
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.