- This topic has 11 replies, 3 voices, and was last updated 5 months ago by diamonddreams.
-
AuthorPosts
-
April 7, 2024 at 10:35 am #334430diamonddreamsParticipant
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?
April 7, 2024 at 10:43 am #334436tikaramParticipant@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,
TikaramApril 7, 2024 at 10:51 am #334437diamonddreamsParticipantdiamond-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.
April 7, 2024 at 10:56 am #334438diamonddreamsParticipanti really just want to remove all yellow and use our colors if thats possible
April 8, 2024 at 4:06 am #334444tikaramParticipant@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,
TikaramApril 8, 2024 at 1:27 pm #334453diamonddreamsParticipantwhich block do i add this to?
April 8, 2024 at 1:30 pm #334454diamonddreamsParticipantAlso 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.
April 8, 2024 at 1:39 pm #334455diamonddreamsParticipanteven with additional css pasted in sytles additional or header block color still doesnt work…
April 9, 2024 at 12:50 am #334457minalKeymasterHello @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,
MinalApril 9, 2024 at 2:14 am #334459diamonddreamsParticipantThat 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
April 9, 2024 at 2:34 am #334460minalKeymasterHello
here it is the required css for the title
.transparent-header .wp-block-site-title a{ color: inherit !important; }
Sincerely,
Minal
April 10, 2024 at 1:52 pm #334493diamonddreamsParticipantim 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.
-
AuthorPosts
- You must be logged in to reply to this topic.