• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 04.09.20, 10:14
  • Opened by: Dmitry
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19022 - Page Builder

Hello, in sector HTML with multi language , can change text color .

<div class="txt-block-right">
<div class="txt-block-03 relative"><a href="#"> <img src="https://setup.nutielu.ee/img/cms/Autotarvikud - B-2.jpg" alt="Autotarvikud-nutielu.ee" width="550" height="250" /></a>
<div class="txt-block-text"><span style="color: #000000;"><span class="txt-subtitle">VAATA SUURET</span> <span class="txt-title">tähelepanu<br /><strong style="font-weight: 500;">Autotarvikud</strong></span></span></div>
</div>

In HTML text color is set white, but in preview mode is still black

Comments

Fred 04 Sep 2020, 21:57

Hi, Dmitry.
That’s because you have the color defined in the html code, try this:

<div class="txt-block-right">
<div class="txt-block-03 relative">
<a href="#"><img src="https://setup.nutielu.ee/img/cms/Autotarvikud - B-2.jpg" alt="Autotarvikud-nutielu.ee" width="550" height="250" /></a>
<div class="txt-block-text">
<span style="color: #ffffff;"><span class="txt-subtitle">VAATA SUURET</span> <span class="txt-title">tähelepanu<br /><strong style="font-weight: 500;">Autotarvikud</strong></span>
</span></div>
</div>
Dmitry 05 Sep 2020, 12:57

Hey, nothing change

Attachments:

Screen Shot 2020-09-05 at 13.... (1.09 MiB)
Screen Shot 2020-09-05 at 13.... (622.1 KiB)
Fred 06 Sep 2020, 21:47

Please give me a link where I could see it

Dmitry 07 Sep 2020, 08:58

Hi Fred , is not published yet. but try here https://setup.nutielu.ee/en/ Also , in preview mode on mobile version , i still see alysum fashion theme . Why ?

Fred 07 Sep 2020, 09:20

Go to Modules, find AMP module and disable it. Or got to AMP module configuration and configure it as you like. Read more about AMP here https://alysum5.promokit.eu/promokit/documentation/amp/

Dmitry 07 Sep 2020, 09:58

Do you mean i need set from 0 pages for each kind of device?
Its looks strange

Fred 07 Sep 2020, 11:13

no, just disable AMP module, or configure it as you like

Dmitry 07 Sep 2020, 12:03

I try , but i see un configurated homepage . and very strange what i see menu only partial

Fred 07 Sep 2020, 14:00

Yes, menu for AMP also has to be configured separately from desktop. See AMP documentation

Dmitry 07 Sep 2020, 14:36

ok Thanks its only for mobile o also for another kind of devices ?

Fred 07 Sep 2020, 14:37

you can configure AMP for phone and tablets or for phones only, see AMP settings

Dmitry 07 Sep 2020, 14:39

Ok thanks ! Got it

Fred 07 Sep 2020, 14:40

you are welcome

Dmitry 08 Sep 2020, 10:17

All clear