Forum Replies Created

Viewing 20 posts - 81 through 100 (of 126 total)
  • Author
    Posts
  • in reply to: color navigation in different headers #335153
    minal
    Keymaster

    Hello Hansh,

    About your queries regarding of colors.
    for hover and current item color and for table links on inner pages add those css

    .page:not(.home) .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
    .page:not(.home) .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content {
    	color: #003ac4 !important:
    }
    
    .wp-block-post-content table td a {
    	color:#003AC4;
    }

    change the color code in the following css as per your need

    and about your button color you have set both background and text color the same color. you have to change one of the color to see properly

    color

    and about your home page menus it seems fine so you don’t have to do anything for that

    Sincerely,
    Minal

    in reply to: color navigation in different headers #335144
    minal
    Keymaster

    Hello Hansh,

    Can you give me links where those tables are located (I suppose this is the page https://leusden.hagmeijer.nl/groepen/ you are talking about)
    and also share the screenshot.
    and once try to change the color or background of the table by clicking on the table you might get a color option on the right sidebar like others.

    if it did not work let me know I will give you a needy CSS for that.
    Here is the CSS snippet if those editor color does not work for you

    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    	color: #color value !important or you can add those color variable var(--wp--preset--color--text-link) !important like this of your desire ;
    
    }/code>

    Sincerely,
    Minal

    in reply to: color navigation in different headers #335132
    minal
    Keymaster

    Hello Hansh,

    I’m sorry about being misguided by me. And about the hover color, you cannot give two separate hover colors by editor however It can be achieved by giving CSS code to it on additional CSS.

    .page:not(.home) .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    	color: #003ac4 !important: * you can change the  value of your desire color
    }

    Hope it works for you.

    Sincerely,

    Minal

    in reply to: color navigation in different headers #335130
    minal
    Keymaster

    Hello Hansh,

    Thank you for your clear explanation.
    and yes you can add separate colors on menus. you have used two separate header parts in the home page and pages so you can change the color on those separate header parts
    you can find template parts by going Dashboard > Appearance >> Editor >> Patterns and you will find manage all parts at the bottom
    https://prnt.sc/BbjC-5CGbsfR
    https://prnt.sc/Yx6nRdIORiov

    Sincerely,

    Minal

    in reply to: color navigation in different headers #335122
    minal
    Keymaster

    Hello Hansh,

    After seeing your site, you have changed the hover color on menus to #003af4 which will work and might be the best solution for you. or you can change the submenu background and text.

    color

    Sincerely,

    Minal

    in reply to: changing color bulets list style #334929
    minal
    Keymaster

    Hello Hansh,

    If you face any difficulty throughout your build up, we are here to assist you

    Sincerely,

    Minal

     

    in reply to: changing color bulets list style #334907
    minal
    Keymaster

    Hello Hansh,

    If you want to change the color of arrow bullets you have to change the text-link color from the editor,

    text-link

    if you hover those color you will see text-link text and that’s one you have to change. but it will change all over the page where text-link is used.

    and if you want to solely change that specific bullets try adding below CSS snippets

    
    ul li:marker {
    
    color: your desired color value;
    
    }

     

    and if you want the same color as the list text in your bullets

    
    ul li:marker {
    
    color: inherit;
    
    }

    Hope it works for you,

    Sincerely,
    Minal

    in reply to: changing color bulets list style #334886
    minal
    Keymaster

    Hello Hansh,

    I cannot figure out which list of buttons are you referring. can you please provide me a screenshot of it so I can come up with a solution?

    Sincerely,

    Minal

    in reply to: pages only for members #334827
    minal
    Keymaster

    Hello Hansh,

    For Adding menu item in navigation follow this image below
    menu
    and you can search your desire page here
    list

    Sincerely,

    Minal

    in reply to: wider text area in featured content #334824
    minal
    Keymaster

    Hello hansh,

    You’re welcome,

    you are getting used to it day by day and it’s looking refineed than earlier ones.

    Sincerely,

    Minal

    in reply to: wider text area in featured content #334822
    minal
    Keymaster

    Hello Hansh,

    You can decrease the existing padding by adjusting padding value just like shown on image below

    gap

    you can adjust those settings as per your need,

    Sincerely,

    Minal

    in reply to: additional css doesn’t work #334816
    minal
    Keymaster

    Hello Hansh,

    Those css are for custom class that you have to give on section(i.e: “wp-block-section”) and on heading (i.e: “wp-block-group-heading”)

    class

    and if you want to work that css on every section at once you have to add class to it . and if you want to add spacing manually you can give from here.

    margin

     

    Sincerely,

    Minal

    in reply to: header heigoh #334799
    minal
    Keymaster

    Hello Hansh,

    let’s make it from the start for that you have to reset what have you done to the header because it will get more confusion

    follow this images to reset and try again set your site title and menus
    go to Dashboard >> Appearance >> Editor

    pattern

    reset

    and try to add one item at once and check it i.e site logo or site title and after that menus

    Sincerely,

    Minal

    in reply to: Hero content borders #334796
    minal
    Keymaster

    Hello Hansh

    I’m glad that it has worked for you even though it was a hard way.

    To share your review kindly visit this link https://wordpress.org/support/theme/elevatebiz/reviews/#new-post

    Your review will means a lot to us and can get others to know what can they expect when they’re looking for a support we offer.

    Sincerely,

    Minal

     

    in reply to: Adding New Social Links #334768
    minal
    Keymaster

    Hello @joshimals

    Some Social icons are not supported in the “social-icons” Gutenberg Block. So you can use other plugins for social links.

    Sincerely,

    Minal

    in reply to: Hero content borders #334766
    minal
    Keymaster

    Hello Hansh,

    After seeing the screenshot that you have shared. you need to adjust a padding value of your desire value to where you want to give that value

    padding

    Sincerely,

    Minal

    in reply to: several problems #334753
    minal
    Keymaster

    Hello Hansh,

    You don’t have to go to the page for featured image. Just simply go to Dashboard >> Appearance >> Editor >> and template >> and there you can see a single post and pages template just there you can change the background and in all posts or pages it will be applied.
    Follow these steps:
    templates

    pages

    featured

    Sincerely,
    Minal

    in reply to: several problems #334747
    minal
    Keymaster

    Hello Hansh

    We should never give up that’s the main motto.

    and thank you for your kind gesture,

    Again if any issues or difficulties exist again Please feel free to ask for support we are here to assist you,

    Sincerely,

    Minal

    in reply to: several problems #334744
    minal
    Keymaster

    Hello Hansh

    To change the header you have to go to Dashboard >> Appearance >> Editor and template there you  can find a single post and can change the desired header
    Screenshot-1

    It will be hard but we are here to assist you with every way possible

    Sincerely,

    Minal

    in reply to: several problems #334741
    minal
    Keymaster

    For featured image just below header, try replace the existing header parts with header-default parts like you did on homepage.

    Sincerely,

    Minal

Viewing 20 posts - 81 through 100 (of 126 total)