Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24476
    Mark
    Participant

    Hi,
    I want the font of the text widget to be the same as the font of my content. But the font of (the caption of) the image widget should not be changed. Is that possible?
    http://www.yogatherapie.be/

    #24497
    Sakin
    Keymaster

    @Mark: Sorry I couldn’t see that you are trying to change it. Can you show me the page where you have text widgets. It is supposed to me same font.

    #24510
    Mark
    Participant

    Hi Sakin,
    I have put the text widget online on http://www.yogatherapie.be/contact/
    I would like to adjust the font of the adress shown above the google map. I tried to change the font of the widgets, but then the font of the text underneath the image widgets also change.

    #24520
    Mark
    Participant

    Hi Sakin,
    The problem is solved. I downloaded Black Studio Tiny MCE widget.

    #24521
    Sakin
    Keymaster

    @Mark: Both your text and the Google map uses “Text Widget” so when you change one it will change the other as well. But I see your Google map text widget uses small code to add the text so you can separate like below

    .widget-area { font-size: 14px; }
    .widget-area small { font-size: 12px; }
    #24689
    Mark
    Participant

    Hi Sakin,

    The problem is not my google map, but the text underneath the images in the image widgets. When I change the font-size in the way you suggest, then the text underneath those images will also enlarge. I have put a small text widget on http://www.yogatherapie.be/wat-is-yoga/ to show you what I mean.
    Anyway, if it is not working, I will just use the plugin that I downloaded. In that way I can also change text colour.

    #24694
    Sakin
    Keymaster

    @Mark: Yes using plugin is good way to do it.

    /* For Text Widget */
    .widget-area .textwidget { font-size: 14px; }
    /* For Image Widget Text */
    .widget-area .widget_sp_image { font-size: 12px; }
    #24703
    Mark
    Participant

    Hi Sakin,

    that code is working. That is what I wanted originally!
    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘editing text widget’ is closed to new replies.