Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 226 through 240 (of 246 total)
  • Author
    Posts
  • #27402
    Vladimir Berlizov
    Participant

    Hello, Zex!
    In customizing the appearance in the headings, I chose the H2 color # e5e5e5 for the title, but still when I create a new block with the title it is displayed in dark red?

    #27403
    Zex
    Moderator

    Hi,
    If you created your heading element using the Elementor, it’s possible that the Elementors settings overwrite your settings from the customizer.

    So, you need to change the text color from the Elementors widget settings.

    Or try to use the following code to force change the H2 Text-color sitewide:

     h2{
        color:#E5E5E5!important;
    }

    Regards

    #27405
    Vladimir Berlizov
    Participant

    Yes, but I define the title color in the settings of Elementor itself, but the color is determined from somewhere else. I’m trying to find a source.

    #27492
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27493
    Zex
    Moderator

    Hi,

    try this code:

    div.wpforms-container-full,
    .elementor-224 .elementor-element.elementor-element-9f6299a > .elementor-widget-container,
    .elementor-224 .elementor-element.elementor-element-eb62dc6 > .elementor-widget-container
    {
        background-color: rgba(255, 255, 255,  .0)!important;
    }

    Regards

    #27494
    Vladimir Berlizov
    Participant

    Yeah, thanks, that’s what I need.
    But when scrolling the screen, some reddish effect is observed.
    Is it possible to get rid of it.

    #27496
    Zex
    Moderator

    Hi,
    I don’t see any problem there:

    scroll page

    #27497
    Vladimir Berlizov
    Participant

    Now everything is really fine, but yesterday there was a very strange artifact.

    #27498
    Vladimir Berlizov
    Participant

    Do I correctly understand that if I purchase a Pro version of Elemenor, then all the names of the corresponding blocks that I constantly contact, I will find in custom CSS?

    #27499
    Zex
    Moderator

    Unfortunately, no.
    If you buy a pro plugin, you will get the pro widgets and support.
    You can add a custom classes (names) to your elements even in the free plugin then use that names in the codes, if that’s you want to do.

    Regards

    #27502
    Vladimir Berlizov
    Participant

    I сan’t find the object in inspector. How to change the text color in the form fields where it is specified by default. “Телефон”, for example.

    #27506
    Zex
    Moderator

    Hi, Vladimir!

    Try the following:

    .wpforms-container ::-webkit-input-placeholder {
        color:red!important;   
    }

    https://wpforms.com/developers/style-placeholder-text-for-form-fields/
    Regards

    #27508
    Vladimir Berlizov
    Participant

    Okay, thanks, it’s working.
    Can I navigate to a form in the middle of the page rather than to a page. How to describe such a link?

    #27509
    Zex
    Moderator

    Hi, of course you can. You need to use an anchor elwment as I already explained to you earlier.

    Anchor

    #27519
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
Viewing 15 posts - 226 through 240 (of 246 total)
  • You must be logged in to reply to this topic.