Okay
  Public Ticket #3026985
missing the names of the blocks for the Link Lists.
Closed

Comments

  •  8
    SPYRIDON started the conversation

    Hi,

    On footer is missing the names of the blocks for the Link Lists.

    The issue is on mobiles where Link Lists display only as a dropdown lists and you have to click on the names of the blocks which are missing. (on desktops is no problem because Link Lists are always on display). see attached  files

    How do I fix this?

    Thanks

  •  310
    Andrea replied

    Hi
    Your title is white, go to file
    /themes/modern-fashion1/assets/field-css/field_style.css and change it to another color as shown below
    https://prnt.sc/fevkMclFPEOH
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    I had tried that before and was not working that's why I called you.

    I try now again many times even also tried replace color in line 5212 but still no displays of block names. see files

    Any idea why not?

    i send in private next also FTP access to folder field-css can you please take a look?

    thanks

  •   SPYRIDON replied privately
  •  310
    Andrea replied

    Hi
    You can check again
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    Now display OK on mobile and desktop but in lowercase letters.

    How can I fix if I like to display in uppercase letters? 

    I also checked the file '' field_style.css ''and the position of code from raw 5212 that was before now has been changed to raw 10433 (raws are expanded by double), does it have anything to do with the issue?

    I also tried test again to change color and size of the block names but seems is no working from this code

    How did you fix to display?

    Thanks

  •  310
    Andrea replied

    Hi
    1. You can add css "text-transform: uppercase;" go to class ".footer-center .links .title" to display uppercase for it
    https://prnt.sc/PZLHK6UhoShw
    2. Maybe because when included in our editing tool, your style file has been reformatted, so it generates alternating blank lines so it creates extra lines for your file, you can reformat it. It does not affect your theme. I just added a few lines of css of the class .footer-center .links .title to edit the title for you
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    I added code and uppercase is fine on both mobile & DeskTop.

    On mobile I know where from to control size, color etc. but for the DeskTop I can’t find where to resize the uppercase letters which are too big. I tried following inspection but is no working.see files

    Thanks

  •  310
    Andrea replied

    Hi
    You add the following paragraph
    .footer-center .links .title .h3 {
         font-size: 16px;
    }
      go right below style
    .footer-center .links .title {
         text-transform: uppercase;
    }
    that you just added

    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    So far so good. see file

    How about to control font-weight?

    Thanks 

  •  310
    Andrea replied

    Hi
    You can refer to here
    https://www.w3schools.com/cssref/pr_font_weight.asp
    and apply to your text
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    Can you please see my screen shot to tell me if what I did is it right?

    Because is not working

    Thanks

  •  310
    Andrea replied

    Hi
    I send you the reference link, you need to apply it to your page's class, not copy it to your pagesmile.png
    You can see the image below, I have added css font-weight for your page title
    https://prnt.sc/RgGcnhpqu5p5
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    Thank you, Works fine now. see file

    can you explain to me how to reformat the file to be more together with no empty raws?

    Thanks

  •  310
    Andrea replied

    Hi
    You can see the example link for the font-weight I sent you from the previous message, without font-weight: 550; You can view and edit
    You can search for tools on google to reformat your css file for a more beautiful look (beauty format css).
    NOTE: Backup your css file before fomart to avoid data loss or error.
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi, 

    Is there something wrong with font-weight:  550: ?  displays nice 

    font-weight: 700; is heavier

     is that what you mean ?

    thanks

  •  310
    Andrea replied

    Hi
    I mean you change the font-weight to another, 500 or 600 as you like
    Since there is no font-weight: 550; You leave it like that not the right property of the font-weight property
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    OK I understood, I'll change it.

    Thank you very much for everything, much appreciated.

    Have a nice weekend.

  •  310
    Andrea replied

    Hi
    Nice to help you, have a nice weekend
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team