Home Forums Pro Themes Construction Base Pro Blog Title Translate and missing colour option

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #60380
    Henrik Philippsen
    Participant

    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 Locolizers

    i 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 eather

    Looking forward to here from you
    My Page
    http://www.xcrisso.dk

    #60395
    Henrik Philippsen
    Participant

    About the color Problem

    i found where i could change that color
    costumizer -> Color Options -> Home Widget Color Option
    its called: Link Color

    but 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 that

    #60418
    wensolutions
    Keymaster

    Hello @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!!

    #60449
    Henrik Philippsen
    Participant

    Hello 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 😉

    #60477
    wensolutions
    Keymaster

    Hello @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!!

    #60731
    Henrik Philippsen
    Participant

    Hi 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

    #60747
    wensolutions
    Keymaster

    Hello @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!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.