Home Forums WoodMart support forum How can i fix that?

How can i fix that?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565216

    othman70909
    Participant

    Hi there! I installed this Cookie plugin, but it seems there’s a conflict occurring, as evident in the screenshot. I suspect this because I tested the plugin on another website with a different theme, and it worked fine. Do you have any ideas on how to resolve this issue? Thanks!

    Attachments:
    You must be logged in to view attached files.
    #565242

    Luke Nielsen
    Member

    Hello,

    That plugin uses the “button” tag, which is styled differently in our theme. To override the style of the button at that particular location, use the below custom CSS:

    body .cc_div .cc-link {
    	padding: 0;
    	background: transparent !important;
    	min-height: auto;
    	color: var(--cc-btn-primary-bg) !important;
    	border-bottom: 1px solid var(--cc-btn-primary-bg) !important;
    	font-size: 13px !important;
    }
    
    body #s-cnt .b-bn .b-tl {
        display: inline-flex;
    }
    
    body #s-bl .title {
        margin-bottom: var(--wd-tags-mb);
        color: var(--wd-title-color);
        text-transform: var(--wd-title-transform);
        font-weight: var(--wd-title-font-weight);
        font-style: var(--wd-title-font-style);
        font-family: var(--wd-title-font);
        line-height: 1.4;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #565286

    othman70909
    Participant

    Fixed. Thank you!

    #565382

    Luke Nielsen
    Member

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How can i fix that?’ is closed to new replies.