Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #334430
    diamonddreams
    Participant

    When editing the header colors i can see it working in editor but when i save and update site it still has the default colors of yellow. How do i edit the colors or does the free version not allow this?

    #334436
    tikaram
    Participant

    @diamonddreams : I will check for the issue regarding the color and let you know. For quick fix you can add additional css. please post in your site URL and let me know the desired color code so that I can provide you the required additional css.

    Regards,
    Tikaram

    #334437
    diamonddreams
    Participant

    diamond-dreams.org

    I want the link to be #0D52FF

    and when i hover to be FA6600

    This is on the site title.

    I would also like to change the link navigation hover color and the line under the link in navigation to one of these as well.

    #334438
    diamonddreams
    Participant

    i really just want to remove all yellow and use our colors if thats possible

    #334444
    tikaram
    Participant

    @diamonddreams : Please try adding the following additional css and choose your desired colors.

    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content>.wp-block-navigation__container>.wp-block-navigation-item>.wp-block-navigation-item__content,
    .wp-block-navigation__responsive-container-content>.wp-block-navigation__container>.wp-block-page-list>.wp-block-navigation-item>.wp-block-navigation-item__content,
    .wp-block-navigation__responsive-container-content>.wp-block-page-list>.wp-block-navigation-item>.wp-block-navigation-item__content {
      color: inherit;
    }

    To know more about adding additional css in block based theme please follow the link below.
    https://catchthemes.com/fse-faq/how-to-add-custom-css-in-block-themes/
    Let me know if you are still having issues.

    Regards,
    Tikaram

    #334453
    diamonddreams
    Participant

    which block do i add this to?

     

    #334454
    diamonddreams
    Participant

    Also if it helps with diagnosing the theme. I can literally change every other aspect about the header. Site title size font all of it just not the color its like the color is hard coded to the theme.

    #334455
    diamonddreams
    Participant

    even with additional css pasted in sytles additional or header block color still doesnt work…

    #334457
    minal
    Keymaster

    Hello @diamonddream

    I have sent you an updated CSS snippet for menu links

    .wp-block-navigation__responsive-container:where(:not([class*=is-menu-open]):not([class*=has-modal-open])) .wp-block-navigation__responsive-container-content>.wp-block-navigation__container>.wp-block-navigation-item>.wp-block-navigation-item__content, .wp-block-navigation__responsive-container-content>.wp-block-navigation__container>.wp-block-page-list>.wp-block-navigation-item>.wp-block-navigation-item__content, .wp-block-navigation__responsive-container-content>.wp-block-page-list>.wp-block-navigation-item>.wp-block-navigation-item__content {
    color: inherit !important;
    }

    add to your additional css

    Sincerely,
    Minal

    #334459
    diamonddreams
    Participant

    That seams to of worked for links now i just need to get the site title to change colors. can you send me another one that allows this to happen with the links as well

    #334460
    minal
    Keymaster

    Hello

    here it is the required css for the title

    .transparent-header .wp-block-site-title a{
    color: inherit !important;
    
    }

    Sincerely,

    Minal

    #334493
    diamonddreams
    Participant

    im trying to create a child theme but when i do the editor looks completely different. do you guys by chance have any suggestions so the editor will work the same. For example the header and site is layed out different in child theme editor. when i view the page it looks right but everything is messed up in the edditor.

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